다음을 통해 공유


JSValue.Invoke(String, JSValue[]) 메서드

정의

지정된 를 method 사용하여 JSValue에 지정된 를 호출합니다 arguments.

[Foundation.Export("invokeMethod:withArguments:")]
public virtual JavaScriptCore.JSValue Invoke (string method, params JavaScriptCore.JSValue[] arguments);
override this.Invoke : string * JavaScriptCore.JSValue[] -> JavaScriptCore.JSValue

매개 변수

method
String
arguments
JSValue[]

반환

특성

적용 대상