PrimitiveTypeCode 列挙型

定義

メタデータシグネチャで見つかったプリミティブ型を定義する定数を指定します。

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

フィールド

名前 説明
Void 1

Void 型。

Boolean 2

Boolean 型。

Char 3

Char 型。

SByte 4

SByte型。

Byte 5

Byte 型。

Int16 6

Int16型。

UInt16 7

UInt16 型。

Int32 8

Int32型。

UInt32 9

UInt32 型。

Int64 10

Int64型。

UInt64 11

UInt64 型。

Single 12

Single 型。

Double 13

Double 型。

String 14

String 型。

TypedReference 22

型指定された参照。

IntPtr 24

IntPtr型。

UIntPtr 25

UIntPtr 型。

Object 28

Object型。

適用対象