Show / Hide Table of Contents

Class ObjectMemoryStackInfo

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

Fields

| Improve this Doc View Source

allocated

Declaration
public int allocated
Field Value
Type Description
Int32
| Improve this Doc View Source

callerSites

Declaration
public ObjectMemoryStackInfo[] callerSites
Field Value
Type Description
ObjectMemoryStackInfo[]
| Improve this Doc View Source

expanded

Declaration
public bool expanded
Field Value
Type Description
Boolean
| Improve this Doc View Source

name

Declaration
public string name
Field Value
Type Description
String
| Improve this Doc View Source

ownedAllocated

Declaration
public int ownedAllocated
Field Value
Type Description
Int32
| Improve this Doc View Source

sorted

Declaration
public bool sorted
Field Value
Type Description
Boolean

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