AndroidJNI.GetLongField
static function GetLongField(obj: IntPtr, fieldID: IntPtr): long;
static long GetLongField(IntPtr obj, IntPtr fieldID);
static def GetLongField(obj as IntPtr, fieldID as IntPtr) as long
Description

This function returns the value of an instance (nonstatic) field of an object.