OpCode Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The OpCode type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone FlowControl The flow control characteristics of the Microsoft intermediate language (MSIL) instruction.
Public propertySupported by Silverlight for Windows Phone Name The name of the Microsoft intermediate language (MSIL) instruction.
Public propertySupported by Silverlight for Windows Phone OpCodeType The type of Microsoft intermediate language (MSIL) instruction.
Public propertySupported by Silverlight for Windows Phone OperandType The operand type of an Microsoft intermediate language (MSIL) instruction.
Public propertySupported by Silverlight for Windows Phone Size The size of the Microsoft intermediate language (MSIL) instruction.
Public propertySupported by Silverlight for Windows Phone StackBehaviourPop How the Microsoft intermediate language (MSIL) instruction pops the stack.
Public propertySupported by Silverlight for Windows Phone StackBehaviourPush How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack.
Public propertySupported by Silverlight for Windows Phone Value The value of the immediate operand of the Microsoft intermediate language (MSIL) instruction.

Top