Click or drag to resize

IV8FastHostFunctionOperations.Invoke Method

Invokes the function.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
void Invoke(
	bool asConstructor,
	 in V8FastArgs args,
	 in V8FastResult result
)

Parameters

asConstructor  Boolean
True to invoke the function as a constructor, false otherwise.
args  V8FastArgs
The arguments to pass to the function.
result  V8FastResult
On return, the function's return value.
See Also