Method | Description | |
---|---|---|
AllocateArray ( |
||
AllocateMemory ( uint size ) : void* | ||
AllocateObject ( |
||
AllocateString ( |
||
Box ( |
||
Box16 ( |
||
Box32 ( |
||
Box64 ( |
||
Box8 ( |
||
BoxR4 ( |
||
BoxR8 ( |
||
GetMethodDefinitionName ( |
||
InitializeMetadataString ( uint ptr ) : string | ||
Setup ( ) : void | ||
ThrowIndexOutOfRangeException ( ) : void | ||
Unbox ( void box, void vt, uint size ) : void* | ||
Unbox16 ( void box ) : ushort | ||
Unbox32 ( void box ) : uint* | ||
Unbox64 ( void box ) : ulong* | ||
Unbox8 ( void box ) : byte |
public static AllocateArray ( |
||
handle | ||
elementSize | uint | |
elements | uint | |
return | void* |
public static AllocateMemory ( uint size ) : void* | ||
size | uint | |
return | void* |
public static AllocateObject ( |
||
handle | ||
classSize | uint | |
return | void* |
public static AllocateString ( |
||
handle | ||
length | uint | |
return | void* |
public static Box ( |
||
handle | ||
value | void | |
size | uint | |
return | void* |
public static Box16 ( |
||
handle | ||
value | ushort | |
return | void* |
public static Box32 ( |
||
handle | ||
value | uint | |
return | void* |
public static Box64 ( |
||
handle | ||
value | ulong | |
return | void* |
public static Box8 ( |
||
handle | ||
value | byte | |
return | void* |
public static BoxR4 ( |
||
handle | ||
value | float | |
return | void* |
public static BoxR8 ( |
||
handle | ||
value | double | |
return | void* |
public static GetMethodDefinitionName ( |
||
methodDef | ||
return | string |
public static InitializeMetadataString ( uint ptr ) : string | ||
ptr | uint | |
return | string |
public static ThrowIndexOutOfRangeException ( ) : void | ||
return | void |
public static Unbox ( void box, void vt, uint size ) : void* | ||
box | void | |
vt | void | |
size | uint | |
return | void* |