V8FastHostFunctionOperations<TFunction>(String, V8FastHostFunctionInvoker) Constructor |
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic V8FastHostFunctionOperations(
string name,
V8FastHostFunctionInvoker invoker
)
Public Sub New (
name As String,
invoker As V8FastHostFunctionInvoker
)
public:
V8FastHostFunctionOperations(
String^ name,
V8FastHostFunctionInvoker^ invoker
)
new :
name : string *
invoker : V8FastHostFunctionInvoker -> V8FastHostFunctionOperations
Parameters
- name String
- The function name.
- invoker V8FastHostFunctionInvoker
- The function invocation callback.
See Also