V8FastHostFunction(V8FastHostObjectConfigurator<V8FastHostFunction>, V8FastHostFunctionInvoker) Constructor |
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic V8FastHostFunction(
V8FastHostObjectConfigurator<V8FastHostFunction> configurator,
V8FastHostFunctionInvoker invoker
)
Public Sub New (
configurator As V8FastHostObjectConfigurator(Of V8FastHostFunction),
invoker As V8FastHostFunctionInvoker
)
public:
V8FastHostFunction(
V8FastHostObjectConfigurator<V8FastHostFunction^>^ configurator,
V8FastHostFunctionInvoker^ invoker
)
new :
configurator : V8FastHostObjectConfigurator<V8FastHostFunction> *
invoker : V8FastHostFunctionInvoker -> V8FastHostFunction
Parameters
- configurator V8FastHostObjectConfigurator<V8FastHostFunction>
- A callback for preparing the configuration associated with the instance.
- invoker V8FastHostFunctionInvoker
- The function invocation callback.
See Also