Show / Hide Table of Contents

Class NativeMemoryRegionEntries

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

Properties

| Improve this Doc View Source

addressBase

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

addressSize

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

firstAllocationIndex

Declaration
public ArrayEntries<int> firstAllocationIndex { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

memoryRegionName

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

numAllocations

Declaration
public ArrayEntries<int> numAllocations { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

parentIndex

Declaration
public ArrayEntries<int> parentIndex { get; }
Property Value
Type Description
ArrayEntries<Int32>

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