Bearbeiten

VsaEngine Constructors

Definition

This class, member, or property is internal to the script engine and should not be called from your code.

Overloads

VsaEngine()

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

Initializes a new instance of the VsaEngine class.

VsaEngine(Boolean)

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

Initializes a new instance of the VsaEngine class and optionally sets fast mode.

VsaEngine()

Initializes a new instance of the VsaEngine class.

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

public:
 VsaEngine();
public VsaEngine ();
Public Sub New ()

Applies to

VsaEngine(Boolean)

Initializes a new instance of the VsaEngine class and optionally sets fast mode.

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

public:
 VsaEngine(bool fast);
public VsaEngine (bool fast);
new Microsoft.JScript.Vsa.VsaEngine : bool -> Microsoft.JScript.Vsa.VsaEngine
Public Sub New (fast As Boolean)

Parameters

fast
Boolean

true to indicate fast mode; otherwise, false.

Applies to