AndroidJNIHelper.GetSignature 获取签名
static function GetSignature (obj : object) : string
Parameters参数
-
objObject for which a signature is to be produced.
要生成签名的对象
Description描述
Creates the JNI signature string for particular object type
创建JNI签名字符串用于特定的对象类型。
• static function GetSignature (args : object[]) : string
Parameters参数
-
argsArray of object for which a signature is to be produced.
要生成签名的对象的数组
Description描述
Creates the JNI signature string for an object parameter list.
创建JNI签名字符串用于一个对象参数列表。
最后修改:2011年4月10日 Sunday 11:50