AndroidJNI.CallStaticStringMethod

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

Description

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

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

另请参阅:AndroidJNI.CallStaticObjectMethod