Click or drag to resize

NullSyncInvoker.CheckAccess Method

Determines whether the calling thread has access to the script engine.

Namespace: Microsoft.ClearScript.Windows.Core
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.5.0
Syntax
public bool CheckAccess()

Return Value

Boolean
True if the calling thread has access to the script engine, false otherwise.

Implements

ISyncInvoker.CheckAccess()
Remarks
The NullSyncInvoker implementation of this method always returns true.
See Also