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