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