The members of System.Reflection.Emit.OpCode are listed below.
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. |
override | Equals(object)
| |
Equals(OpCode)
| ||
override | GetHashCode()
| |
override | ToString()
|
static | Equality(OpCode, OpCode) |
Indicates whether two System.Reflection.Emit.OpCode structures are equal. |
static | Inequality(OpCode, OpCode) |
Indicates whether two System.Reflection.Emit.OpCode structures are not equal. |