System.Reflection.Emit.OpCode: Property Members

The properties of System.Reflection.Emit.OpCode are listed below. For a list of all members, see the OpCode Members list.

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
FlowControlFlowControl.

The flow control characteristics of the Microsoft intermediate language (MSIL) instruction.

[read-only]
Namestring.

The name of the Microsoft intermediate language (MSIL) instruction.

[read-only]
OpCodeTypeOpCodeType.

The type of Microsoft intermediate language (MSIL) instruction.

[read-only]
OperandTypeOperandType.

The operand type of an Microsoft intermediate language (MSIL) instruction.

[read-only]
Sizeint.

The size of the Microsoft intermediate language (MSIL) instruction.

[read-only]
StackBehaviourPopStackBehaviour.

How the Microsoft intermediate language (MSIL) instruction pops the stack.

[read-only]
StackBehaviourPushStackBehaviour.

How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack.

[read-only]
Valueshort.

The value of the immediate operand of the Microsoft intermediate language (MSIL) instruction.