Skip to content

JSFunction.Call method (1 of 5)

C#
public JSValue Call(JSValue thisArg)

See Also


JSFunction.Call method (2 of 5)

C#
public JSValue Call(JSValue thisArg, JSValue arg0)

See Also


JSFunction.Call method (3 of 5)

C#
public JSValue Call(JSValue thisArg, params JSValue[] args)

See Also


JSFunction.Call method (4 of 5)

C#
public JSValue Call(JSValue thisArg, JSValue arg0, JSValue arg1)

See Also


JSFunction.Call method (5 of 5)

C#
public JSValue Call(JSValue thisArg, JSValue arg0, JSValue arg1, JSValue arg2)

See Also

Released under the MIT license