ConstantTypeCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies values that represent types of metadata constants.
public enum class ConstantTypeCode
public enum ConstantTypeCode
type ConstantTypeCode =
Public Enum ConstantTypeCode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | An invalid type. |
Boolean | 2 | A Boolean type. |
Char | 3 | A character type. |
SByte | 4 | A signed 1-byte integer type. |
Byte | 5 | An unsigned 1-byte integer. |
Int16 | 6 | A signed 2-byte integer type. |
UInt16 | 7 | An unsigned 2-byte integer type. |
Int32 | 8 | A signed 4-byte integer type. |
UInt32 | 9 | An unsigned 4-byte integer type. |
Int64 | 10 | A signed 8-byte integer type. |
UInt64 | 11 | An unsigned 8-byte integer type. |
Single | 12 | A 4-byte floating point type. |
Double | 13 | An 8-byte floating point type. |
String | 14 | A String type. |
NullReference | 18 | A null reference. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET