Skip to content

JSObject.CallMethod method (1 of 6)

C#
public JSValue CallMethod(JSValue methodName)

See Also


JSObject.CallMethod method (2 of 6)

C#
public JSValue CallMethod(JSValue methodName, JSValue arg0)

See Also


JSObject.CallMethod method (3 of 6)

C#
public JSValue CallMethod(JSValue methodName, params JSValue[] args)

See Also


JSObject.CallMethod method (4 of 6)

C#
public JSValue CallMethod(JSValue methodName, ReadOnlySpan<JSValue> args)

See Also


JSObject.CallMethod method (5 of 6)

C#
public JSValue CallMethod(JSValue methodName, JSValue arg0, JSValue arg1)

See Also


JSObject.CallMethod method (6 of 6)

C#
public JSValue CallMethod(JSValue methodName, JSValue arg0, JSValue arg1, JSValue arg2)

See Also

Released under the MIT license