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