CreateObject(CtorSig: String, Params: Array): IJavaClassObject;
CtorSig. JNI signature of called class constructor.
Params. Array of parameters sent to constructor.
The CreateObject method creates an instance of Java class by means of class constructor call.
The property use is given in the example for IJavaClassObject.Invoke.
See also: