Method | Description | |
---|---|---|
GetBoolean ( |
||
GetByte ( |
||
GetInt16 ( |
||
GetInt32 ( |
||
GetIntPtr ( |
||
GetSByte ( |
||
GetUInt16 ( |
||
GetUInt32 ( |
||
InitFieldOffsets ( |
Iterates over all fields with prefix offset and set them the native type field offsets.
|
|
SetBoolean ( |
||
SetByte ( |
||
SetInt16 ( |
||
SetInt32 ( |
||
SetIntPtr ( |
||
SetSByte ( |
||
SetUInt16 ( |
||
SetUInt32 ( |
Method | Description | |
---|---|---|
GetFieldOffset ( string typename, string fieldname ) : int |
public static GetBoolean ( |
||
ptr | ||
offset | int | |
return | bool |
public static GetByte ( |
||
ptr | ||
offset | int | |
return | byte |
public static GetInt16 ( |
||
ptr | ||
offset | int | |
return | short |
public static GetInt32 ( |
||
ptr | ||
offset | int | |
return | int |
public static GetIntPtr ( |
||
ptr | ||
offset | int | |
return |
public static GetSByte ( |
||
ptr | ||
offset | int | |
return | sbyte |
public static GetUInt16 ( |
||
ptr | ||
offset | int | |
return | ushort |
public static GetUInt32 ( |
||
ptr | ||
offset | int | |
return | uint |
public static InitFieldOffsets ( |
||
type | /// Type. /// | |
return | void |
public static SetBoolean ( |
||
ptr | ||
offset | int | |
value | bool | |
return | void |
public static SetByte ( |
||
ptr | ||
offset | int | |
value | byte | |
return | void |
public static SetInt16 ( |
||
ptr | ||
offset | int | |
value | short | |
return | void |
public static SetInt32 ( |
||
ptr | ||
offset | int | |
value | int | |
return | void |
public static SetIntPtr ( |
||
ptr | ||
offset | int | |
value | ||
return | void |
public static SetSByte ( |
||
ptr | ||
offset | int | |
value | sbyte | |
return | void |
public static SetUInt16 ( |
||
ptr | ||
offset | int | |
value | ushort | |
return | void |
public static SetUInt32 ( |
||
ptr | ||
offset | int | |
value | uint | |
return | void |