Class ManagedMemorySectionEntries
Inheritance
ManagedMemorySectionEntries
Assembly: UnityEditor.dll
Syntax
public class ManagedMemorySectionEntries
Properties
|
Improve this Doc
View Source
bytes
Declaration
public ArrayEntries<byte[]> bytes { get; }
Property Value
|
Improve this Doc
View Source
startAddress
Declaration
public ArrayEntries<ulong> startAddress { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods