AndroidJNI.SetStaticBooleanField 设置静态布尔域


static function SetStaticBooleanField (clazz : IntPtr, fieldID : IntPtr, val : bool) : void

Description描述

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

这个函数设置一个对象的静态域的值。

参见: Java Native Interface Specification (Oracle)


,