Class PackedMemorySnapshot
Inheritance
PackedMemorySnapshot
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class PackedMemorySnapshot
Constructors
|
Improve this Doc
View Source
PackedMemorySnapshot(PackedMemorySnapshot)
Declaration
public PackedMemorySnapshot(PackedMemorySnapshot snapshot)
Parameters
Properties
|
Improve this Doc
View Source
connections
Declaration
public Connection[] connections { get; }
Property Value
|
Improve this Doc
View Source
gcHandles
Declaration
public PackedGCHandle[] gcHandles { get; }
Property Value
|
Improve this Doc
View Source
managedHeapSections
Declaration
public MemorySection[] managedHeapSections { get; }
Property Value
|
Improve this Doc
View Source
nativeObjects
Declaration
public PackedNativeUnityEngineObject[] nativeObjects { get; }
Property Value
|
Improve this Doc
View Source
nativeTypes
Declaration
public PackedNativeType[] nativeTypes { get; }
Property Value
|
Improve this Doc
View Source
typeDescriptions
Declaration
public TypeDescription[] typeDescriptions { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public VirtualMachineInformation virtualMachineInformation { get; }
Property Value
Extension Methods