AndroidJNI.GetStaticStringField

매뉴얼로 전환
public static string GetStaticStringField (IntPtr clazz, IntPtr fieldID);

설명

Returns the value of a static field of an object.

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

See Also: AndroidJNI.GetStaticObjectField See Also: Java Native Interface Specification (Oracle)