Click or drag to resize

VBScriptEngine Constructor (ISyncInvoker)

Initializes a new VBScript engine instance.

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

Parameters

syncInvoker
Type: Microsoft.ClearScript.Windows.CoreISyncInvoker
An object that enforces thread affinity for the instance.
See Also