Edit

Share via


VsaEngine.InitVsaEngine Method

Definition

Overloads

InitVsaEngine(String, IJSVsaSite)

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

Initializes the VsaEngine.

InitVsaEngine(String, IVsaSite)

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

Initializes the VsaEngine.

InitVsaEngine(String, IJSVsaSite)

Initializes the VsaEngine.

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

public void InitVsaEngine(string rootMoniker, Microsoft.JScript.Vsa.IJSVsaSite site);

Parameters

rootMoniker
String

The root moniker of the script engine.

site
IJSVsaSite

The host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.

Implements

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

InitVsaEngine(String, IVsaSite)

Initializes the VsaEngine.

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

public void InitVsaEngine(string rootMoniker, Microsoft.Vsa.IVsaSite site);

Parameters

rootMoniker
String

The root moniker of the script engine.

site
IVsaSite

The host-implemented IVsaSite object that is used by the script engine to communicate with the host.

Implements

Applies to

.NET Framework 3.5 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5