OperandType 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述此 Microsoft Intermediate Language (MSIL) 指令的運算元類型。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public enum class OperandType
C#
public enum OperandType
C#
[System.Serializable]
public enum OperandType
C#
[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 位元整數。 |
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 2.0, 2.1 |
UWP | 10.0 |