V8FastHostFunction(V8FastHostFunctionInvoker) Constructor |
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic V8FastHostFunction(
V8FastHostFunctionInvoker invoker
)
Public Sub New (
invoker As V8FastHostFunctionInvoker
)
public:
V8FastHostFunction(
V8FastHostFunctionInvoker^ invoker
)
new :
invoker : V8FastHostFunctionInvoker -> V8FastHostFunction
Parameters
- invoker V8FastHostFunctionInvoker
- The function invocation callback.
See Also