NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OpCode Properties

The properties of the OpCode structure are listed below. For a complete list of OpCode structure members, see the OpCode Members topic.

Public:

FlowControl Describes the type of flow control.
Name The name of the IL instruction.
OpCodeType The type of IL instruction.
OperandType The operand type of an IL instruction.
Size The size of the IL instruction.
StackBehaviourPop How the IL instruction pops the stack.
StackBehaviourPush How the IL instruction pushes operand onto the stack.
Value The value of the immediate operand of the IL instruction.

See Also

OpCode Structure | System.Reflection.Emit Namespace