public static void SetObjectField (IntPtr obj, IntPtr fieldID, IntPtr val);

설명

Sets the value of an instance field of the specified object.

The value to set is a reference to either a java.lang.Object, or a subclass thereof.

See Also: Java Native Interface Specification (Oracle)