public static function CallLongMethod(obj:
IntPtr,
methodID: IntPtr,
args: jvalue[]):
long;
public static long CallLongMethod(IntPtr obj,
IntPtr methodID,
jvalue[] args);
public static
def CallLongMethod(obj as IntPtr,
methodID as IntPtr,
args as jvalue[])
as long