AndroidJNI.GetStaticObjectField

Cambiar al Manual
public static IntPtr GetStaticObjectField (IntPtr clazz, IntPtr fieldID);

Descripción

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)