VsaEngine.GetMainScope Method

Definition

Gets the main scope.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 Microsoft::JScript::GlobalScope ^ GetMainScope();
public Microsoft.JScript.GlobalScope GetMainScope ();
member this.GetMainScope : unit -> Microsoft.JScript.GlobalScope
Public Function GetMainScope () As GlobalScope

Returns

The main scope.

Applies to