Class ExecutorCallHandler
- Namespace
- JavaScriptCore.Internal
- Assembly
- JavaScriptCore-6.0.dll
Call Handler for Executor. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
public class ExecutorCallHandler
- Inheritance
-
ExecutorCallHandler
- Inherited Members
Constructors
ExecutorCallHandler(Executor)
public ExecutorCallHandler(Executor managed)
Parameters
managedExecutor
Fields
NativeCallback
public Executor NativeCallback