| C++型 | C++/CLI型 |
| bool | System.Boolean |
| signed char | System.SByte |
| unsigned char | System.Byte |
| wchar_t | System.Char |
| double, long double | System.Double |
| float | System.Single |
| int, signed int, long, signed long | System.Int32 |
| unsigned int, unsigned long | System.UInt32 |
| __int64, signed__int64 | System.Int64 |
| unsigned__int64 | System.UInt64 |
| short, signed short | System::Int16 |
| unsigned short | System::UInt16 |
| void | System.Void |