Interface INativeTypeEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public interface INativeTypeEntries
Properties
nativeBaseTypeArrayIndex
Declaration
ArrayEntries<int> nativeBaseTypeArrayIndex { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int32> |
typeName
Declaration
ArrayEntries<string> typeName { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<String> |
Methods
GetNumEntries()
Declaration
uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |