Show / Hide Table of Contents

Class NativeRootReferenceEntries

Inheritance
Object
NativeRootReferenceEntries
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public class NativeRootReferenceEntries

Properties

| Improve this Doc View Source

accumulatedSize

Declaration
public ArrayEntries<ulong> accumulatedSize { get; }
Property Value
Type Description
ArrayEntries<UInt64>
| Improve this Doc View Source

areaName

Declaration
public ArrayEntries<string> areaName { get; }
Property Value
Type Description
ArrayEntries<String>
| Improve this Doc View Source

id

Declaration
public ArrayEntries<long> id { get; }
Property Value
Type Description
ArrayEntries<Int64>
| Improve this Doc View Source

objectName

Declaration
public ArrayEntries<string> objectName { get; }
Property Value
Type Description
ArrayEntries<String>

Methods

| Improve this Doc View Source

GetNumEntries()

Declaration
public uint GetNumEntries()
Returns
Type Description
UInt32

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