Skip to content

JSValue.CallMethod method (1 of 7)

C#
public JSValue CallMethod(JSValue methodName)

See Also


JSValue.CallMethod method (2 of 7)

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

See Also


JSValue.CallMethod method (3 of 7)

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

See Also


JSValue.CallMethod method (4 of 7)

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

See Also


JSValue.CallMethod method (5 of 7)

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

See Also


JSValue.CallMethod method (6 of 7)

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

See Also


JSValue.CallMethod method (7 of 7)

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

See Also

Released under the MIT license