Show / Hide Table of Contents

Class PackedMemorySnapshot

Inheritance
Object
PackedMemorySnapshot
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.MemoryProfiler
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class PackedMemorySnapshot

Constructors

| Improve this Doc View Source

PackedMemorySnapshot(PackedMemorySnapshot)

Declaration
public PackedMemorySnapshot(PackedMemorySnapshot snapshot)
Parameters
Type Name Description
PackedMemorySnapshot snapshot

Properties

| Improve this Doc View Source

connections

Declaration
public Connection[] connections { get; }
Property Value
Type Description
Connection[]
| Improve this Doc View Source

gcHandles

Declaration
public PackedGCHandle[] gcHandles { get; }
Property Value
Type Description
PackedGCHandle[]
| Improve this Doc View Source

managedHeapSections

Declaration
public MemorySection[] managedHeapSections { get; }
Property Value
Type Description
MemorySection[]
| Improve this Doc View Source

nativeObjects

Declaration
public PackedNativeUnityEngineObject[] nativeObjects { get; }
Property Value
Type Description
PackedNativeUnityEngineObject[]
| Improve this Doc View Source

nativeTypes

Declaration
public PackedNativeType[] nativeTypes { get; }
Property Value
Type Description
PackedNativeType[]
| Improve this Doc View Source

typeDescriptions

Declaration
public TypeDescription[] typeDescriptions { get; }
Property Value
Type Description
TypeDescription[]
| Improve this Doc View Source

virtualMachineInformation

Declaration
public VirtualMachineInformation virtualMachineInformation { get; }
Property Value
Type Description
VirtualMachineInformation

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX