OpCode {System.Reflection.Emit} | .NET clr documentation |
# namespace System.Reflection.Emit
export class OpCode extends ValueType {
FlowControl: FlowControl;
Name: string;
OpCodeType: OpCodeType;
OperandType: OperandType;
Size: integer;
StackBehaviourPop: StackBehaviour;
StackBehaviourPush: StackBehaviour;
Value: integer;
}
FlowControl
: FlowControlOpCodeType
: OpCodeTypeOperandType
: OperandTypeStackBehaviourPop
: StackBehaviourStackBehaviourPush
: StackBehaviour