AndroidJNIHelper.GetSignature 获取签名


static function GetSignature (obj : object) : string

Parameters参数

  • obj
    Object 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参数

  • args
    Array of object for which a signature is to be produced.
       要生成签名的对象的数组

Description描述

Creates the JNI signature string for an object parameter list.

创建JNI签名字符串用于一个对象参数列表。


,