AndroidJNI.SetStaticStringField 设置静态字符串域
static function SetStaticStringField (clazz : IntPtr, fieldID : IntPtr, val : string) : void
Description描述
This function ets the value of a static field of an object.
这个函数设置一个对象的静态域的值。
This is a convenience function that calls SetStaticObjectField() with the same parameters, but performs the necessary marshalling of the string value.
这是一个方便的函数,调用带有相同参数的SetStaticObjectField(),但执行需要字符串的值编组。
参见: AndroidJNI.SetStaticObjectField