javaClass | Java クラスオブジェクトの Raw JNI (AndroidJNI.FindClass を呼び出すことで取得します) |
signature | コンストラクターメソッドのシグネチャ (例: AndroidJNIHelper.GetSignature を呼び出すことで取得します) |
特定のシグネチャに一致するコンストラクターメソッドの Java クラスをスキャンします。
The signature comparison is done to allow for sub-/base-classes of the class types.
If no signature is provided the first constuctor found will be returned.
関連項目: AndroidJNIHelper.GetSignature、AndroidJNIHelper.GetMethodID、AndroidJNIHelper.GetFieldID.
javaClass | Java クラスオブジェクトの Raw JNI (AndroidJNI.FindClass を呼び出すことで取得します) |
args | Array with parameters to be passed to the constructor when invoked. |
引数として呼び指すことを基板としたコンストラクターのための JNI メソッド ID を取得します
Scans a particular Java class for a constructor method matching a signature based on passed arguments. The signature comparison is done to allow for sub-/base-classes of the class types.