Class ManagedMemorySectionEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public class ManagedMemorySectionEntries : object, IManagedMemorySectionEntries
Properties
bytes
Declaration
public ArrayEntries<byte[]> bytes { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Byte[]> |
Implements
rawStartAddress
Declaration
public ArrayEntries<ulong> rawStartAddress { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<UInt64> |
Implements
startAddress
Declaration
public ArrayEntries<ulong> startAddress { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<UInt64> |
Implements
Methods
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |