AndroidJNI.GetStaticLongField 获取静态长整数域


static function GetStaticLongField (clazz : IntPtr, fieldID : IntPtr) : Int64

Description描述

This function returns the value of a static field of an object.

这个函数返回一个对象静态域的值。

参见:Java Native Interface Specification (Oracle)


,