AndroidJNI.CallStaticStringMethod

Switch to Manual
public static string CallStaticStringMethod (IntPtr clazz, IntPtr methodID, jvalue[] args);

Description

根据指定的 methodID 对 Java 对象调用静态方法,可以选择向该方法传递一个参数数组 (args)。

这是一个便捷函数,它使用相同参数调用 CallStaticObjectMethod(),但会基于结果创建托管字符串。

另请参阅:AndroidJNI.CallStaticObjectMethod