JSValue.Call(JSValue[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls a list of values as a javascript function.
[Foundation.Export("callWithArguments:")]
public virtual JavaScriptCore.JSValue Call (params JavaScriptCore.JSValue[] arguments);
abstract member Call : JavaScriptCore.JSValue[] -> JavaScriptCore.JSValue
override this.Call : JavaScriptCore.JSValue[] -> JavaScriptCore.JSValue
Parameters
- arguments
- JSValue[]
Returns
- Attributes