Click or drag to resize

VBScriptEngine(String, WindowsScriptEngineFlags) Constructor

Initializes a new VBScript engine instance with the specified name and options.

Namespace: Microsoft.ClearScript.Windows
Assembly: ClearScript.Windows (in ClearScript.Windows.dll) Version: 7.4.5
Syntax
public VBScriptEngine(
	string name,
	WindowsScriptEngineFlags flags
)

Parameters

name  String
A name to associate with the instance. Currently, this name is used only as a label in presentation contexts such as debugger user interfaces.
flags  WindowsScriptEngineFlags
A value that selects options for the operation.
See Also