Click or drag to resize

JScriptEngine Constructor

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