JSFunction.Apply method (1 of 3)
Calls the function with the specified this
value.
C#
public JSValue Apply(JSValue thisArg)
See Also
- struct JSValue
- struct JSFunction
- namespace Microsoft.JavaScript.NodeApi
JSFunction.Apply method (2 of 3)
Calls the function with the specified this
value and arguments.
C#
public JSValue Apply(JSValue thisArg, JSArray args)
See Also
- struct JSValue
- struct JSArray
- struct JSFunction
- namespace Microsoft.JavaScript.NodeApi
JSFunction.Apply method (3 of 3)
Calls the function with the specified this
value and arguments.
C#
public JSValue Apply(JSValue thisArg, JSValue[] args)
See Also
- struct JSValue
- struct JSFunction
- namespace Microsoft.JavaScript.NodeApi