ISyncInvoker Interface |
Namespace: Microsoft.ClearScript.Windows.Core
The ISyncInvoker type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckAccess |
Determines whether the calling thread has access to the script engine.
|
![]() | Invoke(Action) |
Invokes a delegate that returns no value on the script engine's thread.
|
![]() | InvokeT(FuncT) |
Invokes a delegate that returns a value on the script engine's thread.
|
![]() | VerifyAccess |
Enforces that the calling thread has access to the script engine.
|