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

How the IL instruction pushes operand onto the stack.

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

Property Value

Read-only. How the IL instruction pushes operand onto the stack.

See Also

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