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

适用于