OperandType Énumération

Définition

Décrit le type d’opérande de Microsoft instruction MSIL (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
OperandType
Attributs

Champs

Nom Valeur Description
InlineBrTarget 0

L’opérande est une cible de branche entière 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

Pas d’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 FieldRef, MethodRefou TypeRef 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 l’ordinal d’une variable locale ou d’un argument.

ShortInlineBrTarget 15

L’opérande est une cible de branche entière 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 l’ordinal d’une variable locale ou d’un argumenta.

S’applique à