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