PrimitiveTypeCode É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 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
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. |