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

Describes the type of flow control.

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

Property Value

Read-only. The type of flow control.

See Also

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