JSObject.CallMethod method (1 of 6)
C#
public JSValue CallMethod(JSValue methodName)See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject.CallMethod method (2 of 6)
C#
public JSValue CallMethod(JSValue methodName, JSValue arg0)See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject.CallMethod method (3 of 6)
C#
public JSValue CallMethod(JSValue methodName, params JSValue[] args)See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject.CallMethod method (4 of 6)
C#
public JSValue CallMethod(JSValue methodName, ReadOnlySpan<JSValue> args)See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject.CallMethod method (5 of 6)
C#
public JSValue CallMethod(JSValue methodName, JSValue arg0, JSValue arg1)See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject.CallMethod method (6 of 6)
C#
public JSValue CallMethod(JSValue methodName, JSValue arg0, JSValue arg1, JSValue arg2)See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi