Click or drag to resize

V8FastHostFunctionOperations<TFunction>(Int32, V8FastHostFunctionInvoker) Constructor

Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified required argument count.

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

Parameters

requiredArgCount  Int32
The required argument count for the function.
invoker  V8FastHostFunctionInvoker
The function invocation callback.
See Also