共用方式為


JniEnvironment.StaticMethods.CallStaticObjectMethod 方法

定義

多載

CallStaticObjectMethod(JniObjectReference, JniMethodInfo)
CallStaticObjectMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

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

傳回

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

傳回

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於