Version: 2019.4
public static IntPtr CallStaticObjectMethod (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)