Click or drag to resize

V8FastHostFunctionOperations<TFunction>(V8FastHostFunctionInvoker) Constructor

Initializes a new V8FastHostFunctionOperations<TFunction> instance.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public V8FastHostFunctionOperations(
	V8FastHostFunctionInvoker invoker
)

Parameters

invoker  V8FastHostFunctionInvoker
The function invocation callback.
See Also