The properties of System.Reflection.Emit.OpCode are listed below. For a list of all members, see the OpCode Members list.
See Also: Inherited members from System.ValueType
[read-only] | FlowControl | FlowControl.
The flow control characteristics of the Microsoft intermediate language (MSIL) instruction. |
[read-only] | Name | string.
The name of the Microsoft intermediate language (MSIL) instruction. |
[read-only] | OpCodeType | OpCodeType.
The type of Microsoft intermediate language (MSIL) instruction. |
[read-only] | OperandType | OperandType.
The operand type of an Microsoft intermediate language (MSIL) instruction. |
[read-only] | Size | int.
The size of the Microsoft intermediate language (MSIL) instruction. |
[read-only] | StackBehaviourPop | StackBehaviour.
How the Microsoft intermediate language (MSIL) instruction pops the stack. |
[read-only] | StackBehaviourPush | StackBehaviour.
How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack. |
[read-only] | Value | short.
The value of the immediate operand of the Microsoft intermediate language (MSIL) instruction. |