語言

JniEnvironment.StaticMethods.CallStaticObjectMethod 方法

定義

多載

CallStaticObjectMethod(JniObjectReference, JniMethodInfo)

public static Java.Interop.JniObjectReference CallStaticObjectMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticObjectMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> Java.Interop.JniObjectReference

參數

method
JniMethodInfo

傳回

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

CallStaticObjectMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

public static Java.Interop.JniObjectReference CallStaticObjectMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallStaticObjectMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo * nativeptr<Java.Interop.JniArgumentValue> -> Java.Interop.JniObjectReference

參數

method
JniMethodInfo

傳回

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於