| 
        public struct OpCode
       | 
| FlowControl | Read-only The flow control characteristics of the Microsoft intermediate language (MSIL) instruction. | 
| Name | Read-only The name of the Microsoft intermediate language (MSIL) instruction. | 
| OpCodeType | Read-only The type of Microsoft intermediate language (MSIL) instruction. | 
| OperandType | Read-only The operand type of an Microsoft intermediate language (MSIL) instruction. | 
| Size | Read-only The size of the Microsoft intermediate language (MSIL) instruction. | 
| StackBehaviourPop | Read-only How the Microsoft intermediate language (MSIL) instruction pops the stack. | 
| StackBehaviourPush | Read-only How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack. | 
| Value | Read-only The value of the immediate operand of the Microsoft intermediate language (MSIL) instruction. | 
| Equals | Overridden: Tests whether the given object is equal to this Opcode. | 
| GetHashCode | Overridden: Returns the generated hash code for this Opcode. | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| ToString | Overridden: Returns this Opcode as a String. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public FlowControl FlowControl {get;}
           | 
| 
            public string Name {get;}
           | 
| 
            public OpCodeType OpCodeType {get;}
           | 
| 
            public OperandType OperandType {get;}
           | 
| 
            public int Size {get;}
           | 
| 
            public StackBehaviour StackBehaviourPop {get;}
           | 
| 
            public StackBehaviour StackBehaviourPush {get;}
           | 
| 
            public short Value {get;}
           | 
obj
| 
            ~OpCode(); | 
| 
            public override int GetHashCode(); | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public override string ToString(); |