OpCode Structure
Describes an intermediate language (IL) instruction.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | FlowControl | The flow control characteristics of the intermediate language (IL) instruction. |
![]() | Name | The name of the intermediate language (IL) instruction. |
![]() | OpCodeType | The type of intermediate language (IL) instruction. |
![]() | OperandType | The operand type of an intermediate language (IL) instruction. |
![]() | Size | The size of the intermediate language (IL) instruction. |
![]() | StackBehaviourPop | How the intermediate language (IL) instruction pops the stack. |
![]() | StackBehaviourPush | How the intermediate language (IL) instruction pushes operand onto the stack. |
![]() | Value | Gets the numeric value of the intermediate language (IL) instruction. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Tests whether the given object is equal to this Opcode.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(OpCode) | Indicates whether the current instance is equal to the specified OpCode. |
![]() | GetHashCode() | Returns the generated hash code for this Opcode.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns this Opcode as a String.(Overrides ValueType::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(OpCode, OpCode) | Indicates whether two OpCode structures are equal. |
![]() ![]() | Inequality(OpCode, OpCode) | Indicates whether two OpCode structures are not equal. |
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



