PrimitiveSerializationTypeCode Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie les constantes qui définissent les codes de type utilisés pour encoder les types de valeurs primitives dans un objet blob de valeur CustomAttribute.
public enum class PrimitiveSerializationTypeCode
public enum PrimitiveSerializationTypeCode
type PrimitiveSerializationTypeCode =
Public Enum PrimitiveSerializationTypeCode
- Héritage
Champs
Boolean | 2 | Type Boolean. |
Byte | 5 | Type entier non signé sur 1 octet. |
Char | 3 | Type Char. |
Double | 13 | Type à virgule flottante sur 8 octets. |
Int16 | 6 | Type entier signé sur 2 octets. |
Int32 | 8 | Type entier signé sur 4 octets. |
Int64 | 10 | Type entier signé sur 8 octets. |
SByte | 4 | Type entier signé sur 1 octet. |
Single | 12 | Type à virgule flottante sur 4 octets. |
String | 14 | Type String. |
UInt16 | 7 | Type entier non signé sur 2 octets. |
UInt32 | 9 | Type entier non signé sur 4 octets. |
UInt64 | 11 | Type entier non signé sur 8 octets. |