Click or drag to resize

JScriptEngine Constructor

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