IEngine2.InitVsaEngine Method

Definition

Overloads

InitVsaEngine(String, IJSVsaSite)

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

When implemented in a class, initializes the VsaEngine.

InitVsaEngine(String, IVsaSite)

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

When implemented in a class, initializes the VsaEngine.

InitVsaEngine(String, IJSVsaSite)

When implemented in a class, initializes the VsaEngine.

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

public:
 void InitVsaEngine(System::String ^ rootMoniker, Microsoft::JScript::Vsa::IJSVsaSite ^ site);
public void InitVsaEngine (string rootMoniker, Microsoft.JScript.Vsa.IJSVsaSite site);
abstract member InitVsaEngine : string * Microsoft.JScript.Vsa.IJSVsaSite -> unit
Public Sub InitVsaEngine (rootMoniker As String, site As IJSVsaSite)

Parameters

rootMoniker
String

The root moniker of the script engine. For more information, see RootMoniker.

site
IJSVsaSite

The host-implemented IJSVsaSite object that is used by the script engine to communicate with the host. For more information, see Site.

See also

Applies to

InitVsaEngine(String, IVsaSite)

When implemented in a class, initializes the VsaEngine.

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

public:
 void InitVsaEngine(System::String ^ rootMoniker, Microsoft::Vsa::IVsaSite ^ site);
public void InitVsaEngine (string rootMoniker, Microsoft.Vsa.IVsaSite site);
abstract member InitVsaEngine : string * Microsoft.Vsa.IVsaSite -> unit
Public Sub InitVsaEngine (rootMoniker As String, site As IVsaSite)

Parameters

rootMoniker
String

The root moniker of the script engine. For more information, see RootMoniker.

site
IVsaSite

The host-implemented IVsaSite object that is used by the script engine to communicate with the host. For more information, see Site.

See also

Applies to