PrimitiveTypeCode Énumération

Définition

Spécifie des constantes qui définissent les types primitifs trouvés dans les signatures de métadonnées.

public enum class PrimitiveTypeCode
public enum PrimitiveTypeCode
type PrimitiveTypeCode = 
Public Enum PrimitiveTypeCode
Héritage
PrimitiveTypeCode

Champs

Boolean 2

Type Boolean.

Byte 5

Type Byte.

Char 3

Type Char.

Double 13

Type Double.

Int16 6

Type Int16.

Int32 8

Type Int32.

Int64 10

Type Int64.

IntPtr 24

Type IntPtr.

Object 28

Type Object.

SByte 4

Type SByte.

Single 12

Type Single.

String 14

Type String.

TypedReference 22

Référence typée.

UInt16 7

Type UInt16.

UInt32 9

Type UInt32.

UInt64 11

Type UInt64.

UIntPtr 25

Type UIntPtr.

Void 1

Type Void.

S’applique à