Version: 2021.3
言語: 日本語
public static IntPtr GetConstructorID (IntPtr javaClass);
public static IntPtr GetConstructorID (IntPtr javaClass, string signature);

パラメーター

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.GetSignatureAndroidJNIHelper.GetMethodIDAndroidJNIHelper.GetFieldID.


public static IntPtr GetConstructorID (IntPtr jclass, object[] args);

パラメーター

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.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961