Class TypeFlagsExtensions
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public static class TypeFlagsExtensions : object
Methods
ArrayRank(TypeFlags)
Declaration
public static int ArrayRank(this TypeFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeFlags | flags |
Returns
| Type | Description |
|---|---|
| Int32 |
IsArray(TypeFlags)
Declaration
public static bool IsArray(this TypeFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeFlags | flags |
Returns
| Type | Description |
|---|---|
| Boolean |
IsValueType(TypeFlags)
Declaration
public static bool IsValueType(this TypeFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeFlags | flags |
Returns
| Type | Description |
|---|---|
| Boolean |