Version: 2019.2
public static IntPtr CallObjectMethod (IntPtr obj, IntPtr methodID, jvalue[] args);

説明

Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.

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

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