Skip to content

JSFunction.Apply method (1 of 3)

Calls the function with the specified this value.

C#
public JSValue Apply(JSValue thisArg)

See Also


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


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

Released under the MIT license