OpCode Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The OpCode type exposes the following members.
| Name | Description | |
|---|---|---|
|
FlowControl | The flow control characteristics of the Microsoft intermediate language (MSIL) instruction. |
|
Name | The name of the Microsoft intermediate language (MSIL) instruction. |
|
OpCodeType | The type of Microsoft intermediate language (MSIL) instruction. |
|
OperandType | The operand type of an Microsoft intermediate language (MSIL) instruction. |
|
Size | The size of the Microsoft intermediate language (MSIL) instruction. |
|
StackBehaviourPop | How the Microsoft intermediate language (MSIL) instruction pops the stack. |
|
StackBehaviourPush | How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack. |
|
Value | The value of the immediate operand of the Microsoft intermediate language (MSIL) instruction. |
Show: