PrimitiveSerializationTypeCode 列挙型
定義
CustomAttribute 値 BLOB でプリミティブ値の型をエンコードするために使用された型コードを定義する定数を指定します。Specifies constants that define the type codes used to encode types of primitive values in a CustomAttribute value blob.
public enum class PrimitiveSerializationTypeCode
public enum PrimitiveSerializationTypeCode
type PrimitiveSerializationTypeCode =
Public Enum PrimitiveSerializationTypeCode
- 継承
フィールド
Boolean | 2 | |
Byte | 5 | 1 バイトの符号なし整数型。An unsigned 1-byte integer type. |
Char | 3 | |
Double | 13 | 8 バイトの浮動小数点型。An 8-byte floating point type. |
Int16 | 6 | 2 バイトの符号付き整数型。A signed 2-byte integer type. |
Int32 | 8 | 4 バイトの符号付き整数型。A signed 4-byte integer type. |
Int64 | 10 | 8 バイトの符号付き整数型。A signed 8-byte integer type. |
SByte | 4 | 1 バイトの符号付き整数型。A signed 1-byte integer type. |
Single | 12 | 4 バイトの浮動小数点型。A 4-byte floating point type. |
String | 14 | |
UInt16 | 7 | 2 バイトの符号なし整数型。An unsigned 2-byte integer type. |
UInt32 | 9 | 4 バイトの符号なし整数型。An unsigned 4-byte integer type. |
UInt64 | 11 | 8 バイトの符号なし整数型。An unsigned 8-byte integer type. |