/* 関数定数 */

//データ型変換
#define FUNC_CUDBL	0x0210

//文字列
#define FUNC_LEN	0x031D

//メモリ操作
#define FUNC_VARPTR		0x0591
#define FUNC_OBJPTR		0x0592

//その他
#define FUNC_ADDRESSOF		0x0619
#define FUNC_SIZEOF			0x0620
#define FUNC_DELEGATE_DYNAMICMETHOD_CALL	0x0621
#define FUNC_DELEGATE_STATICMETHOD_CALL		0x0622
#define FUNC_SYSTEM_GET_NOW_SCOPE_CATCH_ADDRESS		0x0623
#define FUNC_SYSTEM_GET_NOW_SCOPE_FINALLY_ADDRESS	0x0624
#define FUNC_SYSTEM_GET_BP	0x0625
#define FUNC_SYSTEM_GET_SP	0x0626
#define FUNC_SYSTEM_GET_COM_VTBL	0x0627
#define FUNC_SYSTEM_GET_VTBL_LIST	0x0628
#define FUNC_SYSTEM_GET_DEFAULT_CONSTRUCTOR		0x0629
#define FUNC_SYSTEM_GET_DESTRUCTOR				0x062A

//ポインタ
#define FUNC_GETDOUBLE		0x0630
#define FUNC_GETSINGLE		0x0631
#define FUNC_GETQWORD		0x0632
#define FUNC_GETDWORD		0x0634
#define FUNC_GETWORD		0x0635
#define FUNC_GETBYTE		0x0636
