Interface INativeRootReferenceEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public interface INativeRootReferenceEntries
Properties
accumulatedSize
Declaration
ArrayEntries<ulong> accumulatedSize { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<UInt64> |
areaName
Declaration
ArrayEntries<string> areaName { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<String> |
id
Declaration
ArrayEntries<long> id { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int64> |
objectName
Declaration
ArrayEntries<string> objectName { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<String> |
Methods
GetNumEntries()
Declaration
uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |