Interface IFieldDescriptionEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public interface IFieldDescriptionEntries
Properties
fieldDescriptionName
Declaration
ArrayEntries<string> fieldDescriptionName { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<String> |
isStatic
Declaration
ArrayEntries<bool> isStatic { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Boolean> |
offset
Declaration
ArrayEntries<int> offset { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int32> |
typeIndex
Declaration
ArrayEntries<int> typeIndex { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int32> |
Methods
GetNumEntries()
Declaration
uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |