OperandType Énumération
Définition
Décrit le type d'opérande d'une instruction MSIL (Microsoft Intermediate Language).Describes the operand type of Microsoft intermediate language (MSIL) instruction.
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.The operand is a 32-bit integer branch target. |
InlineField | 1 | L'opérande est un jeton de métadonnées 32 bits.The operand is a 32-bit metadata token. |
InlineI | 2 | L'opérande est un entier 32 bits.The operand is a 32-bit integer. |
InlineI8 | 3 | L’opérande est un entier 64 bits.The operand is a 64-bit integer. |
InlineMethod | 4 | L'opérande est un jeton de métadonnées 32 bits.The operand is a 32-bit metadata token. |
InlineNone | 5 | Aucun opérande.No operand. |
InlinePhi | 6 | L'opérande est réservé et ne doit pas être utilisé.The operand is reserved and should not be used. |
InlineR | 7 | L'opérande est un nombre à virgule flottante IEEE 64 bits.The operand is a 64-bit IEEE floating point number. |
InlineSig | 9 | L'opérande est un jeton de signature de métadonnées 32 bits.The operand is a 32-bit metadata signature token. |
InlineString | 10 | L'opérande est un jeton de chaîne de métadonnées 32 bits.The operand is a 32-bit metadata string token. |
InlineSwitch | 11 | L'opérande est l'argument entier 32 bits d'une instruction switch.The operand is the 32-bit integer argument to a switch instruction. |
InlineTok | 12 | L'opérande est un jeton |
InlineType | 13 | L'opérande est un jeton de métadonnées 32 bits.The operand is a 32-bit metadata token. |
InlineVar | 14 | L'opérande est un entier 16 bits contenant le nombre ordinal d'une variable locale ou d'un argument.The operand is 16-bit integer containing the ordinal of a local variable or an argument. |
ShortInlineBrTarget | 15 | L'opérande est une cible de branchement entier 8 bits.The operand is an 8-bit integer branch target. |
ShortInlineI | 16 | L'opérande est un entier 8 bits.The operand is an 8-bit integer. |
ShortInlineR | 17 | L’opérande est un nombre à virgule flottante IEEE 32 bits.The operand is a 32-bit IEEE floating point number. |
ShortInlineVar | 18 | L'opérande est un entier 8 bits contenant le nombre ordinal d'une variable locale ou d'un argument.The operand is an 8-bit integer containing the ordinal of a local variable or an argumenta. |