public static char CallCharMethod (IntPtr obj, IntPtr methodID, jvalue[] args);

描述

调用由 methodID 定义的 Java 实例方法,可以选择向该方法传递一个参数数组 (args)。