Inheritance
QueriedMemorySnapshot
public class QueriedMemorySnapshot : IDisposable, IQueriedMemorySnapshot
Properties
Declaration
public CaptureFlags captureFlags { get; }
Property Value
Implements
Declaration
public IConnectionEntries connections { get; }
Property Value
Implements
Declaration
public IFieldDescriptionEntries fieldDescriptions { get; }
Property Value
Implements
Declaration
public IGCHandleEntries gcHandles { get; }
Property Value
Implements
Declaration
public IManagedMemorySectionEntries managedHeapSections { get; }
Property Value
Implements
Declaration
public IManagedMemorySectionEntries managedStacks { get; }
Property Value
Implements
Declaration
public MetaData metadata { get; }
Property Value
Implements
Declaration
public INativeAllocationEntries nativeAllocations { get; }
Property Value
Implements
Declaration
public INativeAllocationSiteEntries nativeAllocationSites { get; }
Property Value
Implements
Declaration
public INativeCallstackSymbolEntries nativeCallstackSymbols { get; }
Property Value
Implements
Declaration
public INativeMemoryLabelEntries nativeMemoryLabels { get; }
Property Value
Implements
Declaration
public INativeMemoryRegionEntries nativeMemoryRegions { get; }
Property Value
Implements
Declaration
public INativeObjectEntries nativeObjects { get; }
Property Value
Implements
Declaration
public INativeRootReferenceEntries nativeRootReferences { get; }
Property Value
Implements
Declaration
public INativeTypeEntries nativeTypes { get; }
Property Value
Implements
Declaration
public DateTime recordDate { get; }
Property Value
| Type |
Description |
| DateTime |
|
Implements
Declaration
public ITypeDescriptionEntries typeDescriptions { get; }
Property Value
Implements
Declaration
public uint version { get; }
Property Value
Implements
Declaration
public VirtualMachineInformation virtualMachineInformation { get; }
Property Value
Implements
Methods
Declaration
Implements
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| Boolean |
disposing |
|
Declaration
protected void Finalize()
Declaration
public static QueriedMemorySnapshot Load(string path)
Parameters
| Type |
Name |
Description |
| String |
path |
|
Returns
Declaration
public static void Save(QueriedMemorySnapshot snapshot, string writePath)
Parameters