JSFunction.Bind method
Creates a new function that when called has the specified this
value, and optionally the specified sequence of arguments preceding any provided when the new function is called.
C#
public JSFunction Bind(JSValue thisArg, params JSValue[] args)
See Also
- struct JSValue
- struct JSFunction
- namespace Microsoft.JavaScript.NodeApi