PrimitiveTypeCode Sabit listesi

Tanım

Meta veri imzalarında bulunan temel türleri tanımlayan sabitleri belirtir.

public enum class PrimitiveTypeCode
public enum PrimitiveTypeCode
type PrimitiveTypeCode = 
Public Enum PrimitiveTypeCode
Devralma
PrimitiveTypeCode

Alanlar

Boolean 2

Bir Boolean tür.

Byte 5

Bir Byte tür.

Char 3

Bir Char tür.

Double 13

Bir Double tür.

Int16 6

Bir Int16 tür.

Int32 8

Bir Int32 tür.

Int64 10

Bir Int64 tür.

IntPtr 24

Bir IntPtr tür.

Object 28

Bir Object tür.

SByte 4

Bir SByte tür.

Single 12

Bir Single tür.

String 14

Bir String tür.

TypedReference 22

Yazılan başvuru.

UInt16 7

Bir UInt16 tür.

UInt32 9

Bir UInt32 tür.

UInt64 11

Bir UInt64 tür.

UIntPtr 25

Bir UIntPtr tür.

Void 1

Bir Void tür.

Şunlara uygulanır