OpCode Members
.NET Framework 2.0
Describes a Microsoft intermediate language (MSIL) instruction.
The following tables list the members exposed by the OpCode type.
| Name | Description | |
|---|---|---|
| FlowControl | The flow control characteristics of the Microsoft intermediate language (MSIL) instruction. |
| Name | The name of the Microsoft intermediate language (MSIL) instruction. |
| OpCodeType | The type of Microsoft intermediate language (MSIL) instruction. |
| OperandType | The operand type of an Microsoft intermediate language (MSIL) instruction. |
| Size | The size of the Microsoft intermediate language (MSIL) instruction. |
| StackBehaviourPop | How the Microsoft intermediate language (MSIL) instruction pops the stack. |
| StackBehaviourPush | How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack. |
| Value | The value of the immediate operand of the Microsoft intermediate language (MSIL) instruction. |
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. Indicates whether the current instance is equal to a specified object. |
| GetHashCode | Overridden. Returns the generated hash code for this Opcode. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| op_Equality | Indicates whether two OpCode structures are equal. |
| op_Inequality | Indicates whether two OpCode structures are not equal. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Returns this Opcode as a String. |