Array |
Primtive array type. |
Bool |
Primitive bool type. |
Byte |
Primitive 8 bit byte type. |
CString |
String wrapper type for native 'char *' strings. |
Double |
Primitive 64 bit double type. |
Float |
Primitive 32 bit float type. |
Int |
Primitive 32 bit int type. |
Long |
Primitive 64 bit long type. |
Short |
Primitive 16 bit short type. |
String |
Primitive string type |
UByte |
Primitive 8 bit unsigned byte type. |
UInt |
Primitive 32 bit unsigned int type. |
ULong |
Primitive 64 bit unsigned long type. |
UShort |
Primitive 16 bit unsigned short type. |
Variant |
Variant type. |
Wstring |
String wrapper type for native 'wchar_t *' strings. |