public static string GetStringField (IntPtr obj, IntPtr fieldID);

Description

Returns the value of an instance (nonstatic) field of an object.

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

另请参阅:AndroidJNI.GetObjectField