The properties of the OpCode structure are listed below. For a complete list of OpCode structure members, see the OpCode Members topic.
FlowControl | Describes the type of flow control. |
Name | The name of the IL instruction. |
OpCodeType | The type of IL instruction. |
OperandType | The operand type of an IL instruction. |
Size | The size of the IL instruction. |
StackBehaviourPop | How the IL instruction pops the stack. |
StackBehaviourPush | How the IL instruction pushes operand onto the stack. |
Value | The value of the immediate operand of the IL instruction. |