OperandType Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Descrive il tipo di operando dell'istruzione MSIL (Microsoft Intermediate Language).
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
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
- Ereditarietà
- Attributi
Campi
Nome | Valore | Descrizione |
---|---|---|
InlineBrTarget | 0 | L'operando è una destinazione di creazione di un ramo di tipo integer a 32 bit. |
InlineField | 1 | L'operando è un token di metadati a 32 bit. |
InlineI | 2 | L'operando è un Integer a 32 bit. |
InlineI8 | 3 | L'operando è un Integer a 64 bit. |
InlineMethod | 4 | L'operando è un token di metadati a 32 bit. |
InlineNone | 5 | Nessun operando. |
InlinePhi | 6 | L'operando è riservato e non deve essere utilizzato. |
InlineR | 7 | L'operando è un numero a virgola mobile IEEE a 64 bit. |
InlineSig | 9 | L'operando è un token di firme di metadati a 32 bit. |
InlineString | 10 | L'operando è un token di stringa di metadati a 32 bit. |
InlineSwitch | 11 | L'operando è un argomento integer a 32 bit di un'istruzione switch. |
InlineTok | 12 | L'operando è un token |
InlineType | 13 | L'operando è un token di metadati a 32 bit. |
InlineVar | 14 | L'operando è un Integer a 16 bit contenente l'ordinale di un argomento o una variabile locale. |
ShortInlineBrTarget | 15 | L'operando è una destinazione di creazione di un ramo di tipo integer a 8 bit. |
ShortInlineI | 16 | L'operando è un Integer a 8 bit. |
ShortInlineR | 17 | L'operando è un numero a virgola mobile IEEE a 32 bit. |
ShortInlineVar | 18 | L'operando è un Integer a 8 bit contenente l'ordinale di un argomento o una variabile locale. |