public static IntPtr GetObjectField (IntPtr obj, IntPtr fieldID);

설명

This function returns the value of an instance (nonstatic) 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)