Class MemorySnapshotsReport
Inheritance
MemorySnapshotsReport
Syntax
public class MemorySnapshotsReport : object
Constructors
MemorySnapshotsReport()
Declaration
public MemorySnapshotsReport()
Properties
MemorySnapshotsReports
Declaration
public List<MemorySnapshotReport> MemorySnapshotsReports { get; }
Property Value
Methods
GenerateStringReport(StringBuilder, Boolean)
Declaration
public void GenerateStringReport(StringBuilder stringBuilder, bool spreadSheetFormat)
Parameters
Type |
Name |
Description |
StringBuilder |
stringBuilder |
|
Boolean |
spreadSheetFormat |
|
Reset()
Declaration
TakeMemorySnapshot(IVars, String, Layer)
Declaration
public void TakeMemorySnapshot(IVars vars, string context, Layer layer)
Parameters
ToString()
Declaration
public override string ToString()
Returns