OperandType 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述 Microsoft 中间语言 (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
- 继承
- 属性
名称 | 值 | 说明 |
---|---|---|
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 | 该操作数为 switch 指令的 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 |