JSCallback delegate
Represents a low-level function or method call or callback from JavaScript into .NET.
C#
public delegate JSValue JSCallback(JSCallbackArgs args);
parameter | description |
---|---|
args | Provides access to the arguments for the call, along with the this argument and an optional context object. |
Return Value
The return value as a JS value.
See Also
- struct JSValue
- struct JSCallbackArgs
- namespace Microsoft.JavaScript.NodeApi
- JSCallback.cs