ConstantTypeCode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定值,用于表示元数据常数的类型。
public enum class ConstantTypeCode
public enum ConstantTypeCode
type ConstantTypeCode =
Public Enum ConstantTypeCode
- 继承
字段
Boolean | 2 | Boolean 类型。 |
Byte | 5 | 1 字节无符号整数。 |
Char | 3 | 一个字符类型。 |
Double | 13 | 8 字节浮点类型。 |
Int16 | 6 | 2 字节有符号整数类型。 |
Int32 | 8 | 4 字节有符号整数类型。 |
Int64 | 10 | 8 字节有符号整数类型。 |
Invalid | 0 | 无效类型。 |
NullReference | 18 | 空引用。 |
SByte | 4 | 1 字节有符号整数类型。 |
Single | 12 | 4 字节浮点类型。 |
String | 14 | String 类型。 |
UInt16 | 7 | 2 字节无符号整数类型。 |
UInt32 | 9 | 4 字节无符号整数类型。 |
UInt64 | 11 | 8 字节无符号整数类型。 |