Click or drag to resize

VBScriptEngine Constructor

Overload List
  NameDescription
Public methodVBScriptEngine
Initializes a new VBScript engine instance.
Public methodVBScriptEngine(String)
Initializes a new VBScript engine instance with the specified name.
Public methodVBScriptEngine(WindowsScriptEngineFlags)
Initializes a new VBScript engine instance with the specified options.
Public methodVBScriptEngine(String, WindowsScriptEngineFlags)
Initializes a new VBScript engine instance with the specified name and options.
Protected methodVBScriptEngine(String, String, String, WindowsScriptEngineFlags)
Initializes a new VBScript engine instance with the specified programmatic identifier, name, list of supported file name extensions, and options.
Top
See Also