AndroidJNI.SetBooleanField 设置布尔域
static function SetBooleanField (obj : IntPtr, fieldID : IntPtr, val : bool) : void
Description描述
This function sets the value of an instance (nonstatic) field of an object.
这个函数设置一个对象实例(非静态)域的值。
参见:Java Native Interface Specification (Oracle)
,