Inheritance
NativeMemoryRegionEntries
public class NativeMemoryRegionEntries : object, INativeMemoryRegionEntries
Properties
Declaration
public ArrayEntries<ulong> addressBase { get; }
Property Value
Implements
Declaration
public ArrayEntries<ulong> addressSize { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> firstAllocationIndex { get; }
Property Value
Implements
Declaration
public ArrayEntries<string> memoryRegionName { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> numAllocations { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> parentIndex { get; }
Property Value
Implements
Methods
Declaration
public uint GetNumEntries()
Returns
Implements