Click or drag to resize

V8FastHostFunction(V8FastHostObjectConfigurator<V8FastHostFunction>, V8FastHostFunctionInvoker) Constructor

Initializes a new V8FastHostFunction instance with the specified configuration callback.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public V8FastHostFunction(
	V8FastHostObjectConfigurator<V8FastHostFunction> configurator,
	V8FastHostFunctionInvoker invoker
)

Parameters

configurator  V8FastHostObjectConfigurator<V8FastHostFunction>
A callback for preparing the configuration associated with the instance.
invoker  V8FastHostFunctionInvoker
The function invocation callback.
See Also