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.StackBehaviourPop

How the IL instruction pops the stack.

[Visual Basic]
Public ReadOnly Property StackBehaviourPop As StackBehaviour
[C#]
public StackBehaviour StackBehaviourPop {get;}
[C++]
public: __property StackBehaviour get_StackBehaviourPop();
[JScript]
public function get StackBehaviourPop() : StackBehaviour;

Property Value

Read-only. How the IL instruction pops the stack.

See Also

OpCode Structure | OpCode Members | System.Reflection.Emit Namespace