IV8FastHostMethodOperations.Invoke Method |
Invokes the method.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxvoid Invoke(
in V8FastArgs args,
in V8FastResult result
)
Sub Invoke (
ByRef args As V8FastArgs,
ByRef result As V8FastResult
)
void Invoke(
[InAttribute] V8FastArgs% args,
[InAttribute] V8FastResult% result
)
abstract Invoke :
args : V8FastArgs byref *
result : V8FastResult byref -> unit
Parameters
- args V8FastArgs
- The arguments to pass to the method.
- result V8FastResult
- On return, the method's return value.
See Also