TypeRefFlags É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.
Indicateurs qui décrivent un type.
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
[System.Flags]
public enum TypeRefFlags
[<System.Flags>]
type TypeRefFlags =
Public Enum TypeRefFlags
- Héritage
-
TypeRefFlags
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
Array | 1 | Identifie un tableau. |
IsValueType | 2 | Identifie un type valeur (par opposition à un type de référence). |
None | 0 | Aucun indicateur. |