Show / Hide Table of Contents

Class ObjectMemoryInfo

Inheritance
Object
ObjectMemoryInfo
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 ObjectMemoryInfo

Fields

| Improve this Doc View Source

className

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

count

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

instanceId

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

memorySize

Declaration
public long memorySize
Field Value
Type Description
Int64
| Improve this Doc View Source

name

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

reason

Declaration
public int reason
Field Value
Type Description
Int32

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