ConstantTypeCode 列挙型

定義

メタデータ定数の型を表す値を指定します。

public enum class ConstantTypeCode
public enum ConstantTypeCode
type ConstantTypeCode = 
Public Enum ConstantTypeCode
継承
ConstantTypeCode

フィールド

Boolean 2

ブール型です。

Byte 5

1 バイトの符号なし整数。

Char 3

文字型。

Double 13

8 バイトの浮動小数点型。

Int16 6

2 バイトの符号付き整数型。

Int32 8

4 バイトの符号付き整数型。

Int64 10

8 バイトの符号付き整数型。

Invalid 0

無効な型。

NullReference 18

null 参照。

SByte 4

1 バイトの符号付き整数型。

Single 12

4 バイトの浮動小数点型。

String 14

String 型。

UInt16 7

2 バイトの符号なし整数型。

UInt32 9

4 バイトの符号なし整数型。

UInt64 11

8 バイトの符号なし整数型。

適用対象