Click or drag to resize

IJVMWrapperDirectNewWithSignature Method

Overload List
 NameDescription
Public methodNewWithSignature(String, String) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and no arguments.
Public methodNewWithSignature(String, String, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 1 argument.
Public methodNewWithSignature(String, String, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and a variable-length argument list.
Public methodNewWithSignature(String, String, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 2 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 3 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 4 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 5 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 6 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 7 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 8 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 9 arguments.
Public methodNewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using the constructor identified by an explicit JNI signature and 10 arguments.
Top
See Also