Enum CilOpCodeType
- Namespace
- AsmResolver.PE.DotNet.Cil
- Assembly
- AsmResolver.PE.dll
Provides members for all operation code categories.
public enum CilOpCodeType : byte
Fields
Annotation = 0
Deprecated, should not be used.
Internal = 2
Indicates the operation code is a reserved instruction.
Macro = 1
Indicates the operation code is a macro instruction that expands to another instruction, but taking less space.
ObjModel = 3
Indicates the operation code applies to objects.
Prefix = 4
Indicates the operation code is a prefix to another instruction.
Primitive = 5
Indicates the operation code is a built-in primitive instruction.