Version: 2022.3
言語: 日本語

AndroidJNI.CallStaticObjectMethodUnsafe

マニュアルに切り替える
public static IntPtr CallStaticObjectMethodUnsafe (IntPtr clazz, IntPtr methodID, jvalue* args);

説明

Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).

このメソッドはjava.lang.Objectへの参照か、サブクラスを返します

関連項目: Java Native Interface Specification (Oracle)