Skip to content

JSFunction.CallAsStatic method (1 of 5)

C#
public JSValue CallAsStatic()

See Also


JSFunction.CallAsStatic method (2 of 5)

C#
public JSValue CallAsStatic(JSValue arg0)

See Also


JSFunction.CallAsStatic method (3 of 5)

C#
public JSValue CallAsStatic(params JSValue[] args)

See Also


JSFunction.CallAsStatic method (4 of 5)

C#
public JSValue CallAsStatic(JSValue arg0, JSValue arg1)

See Also


JSFunction.CallAsStatic method (5 of 5)

C#
public JSValue CallAsStatic(JSValue arg0, JSValue arg1, JSValue arg2)

See Also

Released under the MIT license