AndroidJNIHelper.GetConstructorIDstatic function GetConstructorID (javaClass : IntPtr, signature : String = "") : IntPtrParameters
DescriptionScans a particular Java class for a constructor method matching a signature. 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. See Also: AndroidJNIHelper.GetSignature, AndroidJNIHelper.GetMethodID, AndroidJNIHelper.GetFieldID
static function GetConstructorID (jclass : System.IntPtr, args : object[]) : System.IntPtrParameters
DescriptionGet a JNI method ID for a constructor based on calling arguments. 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.
|
