Share via


WebScriptObject.CallWebScriptMethod(String, NSObject[]) Method

Definition

[Foundation.Export("callWebScriptMethod:withArguments:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject CallWebScriptMethod(string name, Foundation.NSObject[] arguments);
[<Foundation.Export("callWebScriptMethod:withArguments:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CallWebScriptMethod : string * Foundation.NSObject[] -> Foundation.NSObject
override this.CallWebScriptMethod : string * Foundation.NSObject[] -> Foundation.NSObject

Parameters

name
String
arguments
NSObject[]

Returns

Attributes

Applies to