public static string CallStringMethod (IntPtr obj, IntPtr methodID, jvalue[] args);

Description

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

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

See Also: AndroidJNI.CallObjectMethod.