Click or drag to resize

JScriptEngine Constructor (String, WindowsScriptEngineFlags)

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

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

Parameters

name
Type: SystemString
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
Type: Microsoft.ClearScript.WindowsWindowsScriptEngineFlags
A value that selects options for the operation.
See Also