OpCodeType 枚举

定义

描述 Microsoft 中间语言 (MSIL) 指令的类型。

此 API 支持产品基础结构,不能在代码中直接使用。

public enum class OpCodeType
public enum OpCodeType
[System.Serializable]
public enum OpCodeType
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum OpCodeType
type OpCodeType = 
[<System.Serializable>]
type OpCodeType = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type OpCodeType = 
Public Enum OpCodeType
继承
OpCodeType
属性

字段

Annotation 0

此枚举器值是保留值,不应使用。

Macro 1

这些是用作其他 MSIL 指令的同义词的 Microsoft 中间语言 (MSIL) 指令。 例如,ldarg.0 表示参数为 0 的 ldarg 指令。

Nternal 2

描述保留的 Microsoft 中间语言 (MSIL) 指令。

Objmodel 3

描述应用于对象的 Microsoft 中间语言 (MSIL) 指令。

Prefix 4

描述修改以下指令的行为的前缀指令。

Primitive 5

描述内置指令。

适用于