OperandType É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.
Décrit le type d'opérande d'une instruction MSIL (Microsoft Intermediate Language).
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public enum class OperandType
public enum OperandType
[System.Serializable]
public enum OperandType
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum OperandType
type OperandType =
[<System.Serializable>]
type OperandType =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type OperandType =
Public Enum OperandType
- Héritage
- Attributs
Champs
InlineBrTarget | 0 | L'opérande est une cible de branchement entier 32 bits. |
InlineField | 1 | L'opérande est un jeton de métadonnées 32 bits. |
InlineI | 2 | L'opérande est un entier 32 bits. |
InlineI8 | 3 | L’opérande est un entier 64 bits. |
InlineMethod | 4 | L'opérande est un jeton de métadonnées 32 bits. |
InlineNone | 5 | Aucun opérande. |
InlinePhi | 6 | L'opérande est réservé et ne doit pas être utilisé. |
InlineR | 7 | L'opérande est un nombre à virgule flottante IEEE 64 bits. |
InlineSig | 9 | L'opérande est un jeton de signature de métadonnées 32 bits. |
InlineString | 10 | L'opérande est un jeton de chaîne de métadonnées 32 bits. |
InlineSwitch | 11 | L'opérande est l'argument entier 32 bits d'une instruction switch. |
InlineTok | 12 | L'opérande est un jeton |
InlineType | 13 | L'opérande est un jeton de métadonnées 32 bits. |
InlineVar | 14 | L'opérande est un entier 16 bits contenant le nombre ordinal d'une variable locale ou d'un argument. |
ShortInlineBrTarget | 15 | L'opérande est une cible de branchement entier 8 bits. |
ShortInlineI | 16 | L'opérande est un entier 8 bits. |
ShortInlineR | 17 | L’opérande est un nombre à virgule flottante IEEE 32 bits. |
ShortInlineVar | 18 | L'opérande est un entier 8 bits contenant le nombre ordinal d'une variable locale ou d'un argument. |