AndroidJNI.GetStaticObjectField 获取静态对象域


static function GetStaticObjectField (clazz : IntPtr, fieldID : IntPtr) : IntPtr

Description描述

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

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

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

该结果是一个java.lang.Object的引用,或者其子类。

参见:Java Native Interface Specification (Oracle)


,