VsaEngine Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.