Version: 2023.2
언어: 한국어
public static string GetStringField (IntPtr obj, IntPtr fieldID);

설명

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

This is a convenience function that calls GetObjectField() with the same parameters, but creates a managed string from the result.

Additional resources: AndroidJNI.GetObjectField.