PrimitiveSerializationTypeCode Énumération
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
Nom | Valeur | Description |
---|---|---|
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. |
Produit | Versions |
---|---|
.NET | Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :