AndroidJNI.GetStaticObjectField

Declaration

public static IntPtr GetStaticObjectField(IntPtr clazz, IntPtr fieldID);

Description

Returns the value of a static field of an object.

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

Additional resources: Java Native Interface Specification (Oracle)


Did you find this page useful? Please give it a rating: