OperandType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述此 Microsoft Intermediate Language (MSIL) 指令的運算元類型。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
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
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| InlineBrTarget | 0 | 運算元為 32 位元的整數分支目標。 |
| InlineField | 1 | 運算元為 32 位元中繼資料語彙基元。 |
| InlineI | 2 | 運算元為 32 位元整數。 |
| InlineI8 | 3 | 運算元為 64 位元整數。 |
| InlineMethod | 4 | 運算元為 32 位元中繼資料語彙基元。 |
| InlineNone | 5 | 沒有運算元。 |
| InlinePhi | 6 | 運算元是保留字,不應該使用。 |
| InlineR | 7 | 運算元為 64 位元 IEEE 浮點數。 |
| InlineSig | 9 | 運算元為 32 位元中繼資料簽章語彙基元。 |
| InlineString | 10 | 運算元為 32 位元中繼資料字串語彙基元。 |
| InlineSwitch | 11 | 運算元為切換指令的 32 位元整數引數。 |
| InlineTok | 12 | 運算元為 |
| InlineType | 13 | 運算元為 32 位元中繼資料語彙基元。 |
| InlineVar | 14 | 運算元為包含區域變數或引數順序的 16 位元整數。 |
| ShortInlineBrTarget | 15 | 運算元為 8 位元的整數分支目標。 |
| ShortInlineI | 16 | 運算元為 8 位元整數。 |
| ShortInlineR | 17 | 運算元為 32 位元 IEEE 浮點數。 |
| ShortInlineVar | 18 | 運算元為包含區域變數或引數順序的 8 位元整數。 |