ISyncInvokerCheckAccess Method |
Determines whether the calling thread has access to the script engine.
Namespace: Microsoft.ClearScript.Windows.CoreAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax Function CheckAccess As Boolean
abstract CheckAccess : unit -> bool
Return Value
BooleanTrue if the calling thread has access to the script engine,
false otherwise.
See Also