Click or drag to resize

JScriptEngine Constructor (WindowsScriptEngineFlags, ISyncInvoker)

Initializes a new JScript engine instance with the specified options.

Namespace:  Microsoft.ClearScript.Windows.Core
Assembly:  ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.2.5
Syntax
public JScriptEngine(
	WindowsScriptEngineFlags flags,
	ISyncInvoker syncInvoker
)

Parameters

flags
Type: Microsoft.ClearScript.WindowsWindowsScriptEngineFlags
A value that selects options for the operation.
syncInvoker
Type: Microsoft.ClearScript.Windows.CoreISyncInvoker
An object that enforces thread affinity for the instance.
See Also