NullSyncInvokerCheckAccess 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.3.1
Syntaxpublic bool CheckAccess()
Public Function CheckAccess As Boolean
public:
virtual bool CheckAccess() sealed
abstract CheckAccess : unit -> bool
override CheckAccess : unit -> bool
Return Value
Type:
BooleanTrue if the calling thread has access to the script engine,
false otherwise.
Implements
ISyncInvokerCheckAccess
Remarks
See Also