Click or drag to resize

VBScriptEngine(String, String, String, WindowsScriptEngineFlags) Constructor

Initializes a new VBScript engine instance with the specified programmatic identifier, name, list of supported file name extensions, and options.

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

Parameters

progID  String
The programmatic identifier (ProgID) of the VBScript engine class.
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.
fileNameExtensions  String
A semicolon-delimited list of supported file name extensions.
flags  WindowsScriptEngineFlags
A value that selects options for the operation.
Remarks
The progID argument can be a class identifier (CLSID) in standard GUID format with braces (e.g., "{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}").
See Also