FieldType Énumération

Définition

public enum class FieldType
public enum class FieldType
enum FieldType
[System.Runtime.InteropServices.ComVisible(false)]
public enum FieldType
[<System.Runtime.InteropServices.ComVisible(false)>]
type FieldType = 
Public Enum FieldType
Héritage
FieldType
Attributs

Champs

Bool 1

Valeur booléenne (largeur de 8 bits)

Byte 2

Un octet (non signé)

Char 3

Caractère Unicode

Double 8

Flottant long (largeur de 64 bits)

Float 6

Float court (largeur de 32 bits)

Int 5

Entier (largeur de 32 bits)

Long 7

Entier long (largeur de 64 bits)

Short 4

Un signed short (largeur de 16 bits)

Structure 0

Structure

S’applique à