AndroidJNI.GetStaticObjectField

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

설명

Returns the value of a static field of an object.

The result is a reference to a java.lang.Object, or a subclass thereof.

See Also: Java Native Interface Specification (Oracle)