Class PackedMemorySnapshot
Inheritance
PackedMemorySnapshot
Assembly: UnityEditor.dll
Syntax
public class PackedMemorySnapshot : IDisposable
Properties
|
Improve this Doc
View Source
captureFlags
Declaration
public CaptureFlags captureFlags { get; }
Property Value
|
Improve this Doc
View Source
connections
Declaration
public ConnectionEntries connections { get; }
Property Value
|
Improve this Doc
View Source
fieldDescriptions
Declaration
public FieldDescriptionEntries fieldDescriptions { get; }
Property Value
|
Improve this Doc
View Source
filePath
Declaration
public string filePath { get; }
Property Value
|
Improve this Doc
View Source
gcHandles
Declaration
public GCHandleEntries gcHandles { get; }
Property Value
|
Improve this Doc
View Source
managedHeapSections
Declaration
public ManagedMemorySectionEntries managedHeapSections { get; }
Property Value
|
Improve this Doc
View Source
managedStacks
Declaration
public ManagedMemorySectionEntries managedStacks { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaData metadata { get; }
Property Value
|
Improve this Doc
View Source
nativeAllocations
Declaration
public NativeAllocationEntries nativeAllocations { get; }
Property Value
|
Improve this Doc
View Source
nativeAllocationSites
Declaration
public NativeAllocationSiteEntries nativeAllocationSites { get; }
Property Value
|
Improve this Doc
View Source
nativeCallstackSymbols
Declaration
public NativeCallstackSymbolEntries nativeCallstackSymbols { get; }
Property Value
|
Improve this Doc
View Source
nativeMemoryLabels
Declaration
public NativeMemoryLabelEntries nativeMemoryLabels { get; }
Property Value
|
Improve this Doc
View Source
nativeMemoryRegions
Declaration
public NativeMemoryRegionEntries nativeMemoryRegions { get; }
Property Value
|
Improve this Doc
View Source
nativeObjects
Declaration
public NativeObjectEntries nativeObjects { get; }
Property Value
|
Improve this Doc
View Source
nativeRootReferences
Declaration
public NativeRootReferenceEntries nativeRootReferences { get; }
Property Value
|
Improve this Doc
View Source
nativeTypes
Declaration
public NativeTypeEntries nativeTypes { get; }
Property Value
|
Improve this Doc
View Source
recordDate
Declaration
public DateTime recordDate { get; }
Property Value
|
Improve this Doc
View Source
typeDescriptions
Declaration
public TypeDescriptionEntries typeDescriptions { get; }
Property Value
|
Improve this Doc
View Source
version
Declaration
public uint version { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public VirtualMachineInformation virtualMachineInformation { get; }
Property Value
Methods
|
Improve this Doc
View Source
Convert(PackedMemorySnapshot, String)
Declaration
public static bool Convert(PackedMemorySnapshot snapshot, string writePath)
Parameters
Returns
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
|
Improve this Doc
View Source
Load(String)
Declaration
public static PackedMemorySnapshot Load(string path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
|
Improve this Doc
View Source
Save(PackedMemorySnapshot, String)
Declaration
public static void Save(PackedMemorySnapshot snapshot, string writePath)
Parameters
Implements
Extension Methods