PrimitiveTypeCode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在中繼資料簽章中找到,定義基礎類型的常數。
public enum class PrimitiveTypeCode
public enum PrimitiveTypeCode
type PrimitiveTypeCode =
Public Enum PrimitiveTypeCode
- 繼承
欄位
Boolean | 2 | Boolean 型別。 |
Byte | 5 | Byte 型別。 |
Char | 3 | Char 型別。 |
Double | 13 | Double 型別。 |
Int16 | 6 | Int16 類型。 |
Int32 | 8 | Int32 類型。 |
Int64 | 10 | Int64 類型。 |
IntPtr | 24 | IntPtr 類型。 |
Object | 28 | Object 類型。 |
SByte | 4 | SByte 類型。 |
Single | 12 | Single 型別。 |
String | 14 | String 型別。 |
TypedReference | 22 | 具型別參考。 |
UInt16 | 7 | UInt16 型別。 |
UInt32 | 9 | UInt32 型別。 |
UInt64 | 11 | UInt64 型別。 |
UIntPtr | 25 | UIntPtr 型別。 |
Void | 1 | Void 型別。 |