Click or drag to resize

JScriptEngine(ISyncInvoker) Constructor

Initializes a new JScript engine instance.

Namespace: Microsoft.ClearScript.Windows.Core
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax
public JScriptEngine(
	ISyncInvoker syncInvoker
)

Parameters

syncInvoker  ISyncInvoker
An object that enforces thread affinity for the instance.
See Also