V8FastHostFunctionOperations<TFunction>(Int32, V8FastHostFunctionInvoker) Constructor |
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic V8FastHostFunctionOperations(
int requiredArgCount,
V8FastHostFunctionInvoker invoker
)
Public Sub New (
requiredArgCount As Integer,
invoker As V8FastHostFunctionInvoker
)
public:
V8FastHostFunctionOperations(
int requiredArgCount,
V8FastHostFunctionInvoker^ invoker
)
new :
requiredArgCount : int *
invoker : V8FastHostFunctionInvoker -> V8FastHostFunctionOperations
Parameters
- requiredArgCount Int32
- The required argument count for the function.
- invoker V8FastHostFunctionInvoker
- The function invocation callback.
See Also