Click or drag to resize

JVMBridgeBaseTClassNewWithSignature Method

Overload List
 NameDescription
Public methodStatic memberNewWithSignature(String)Creates a new JVM instance of TClass using a JNI signature with no arguments.
Public methodStatic memberNewWithSignature(String, Object)Creates a new JVM instance of TClass using a JNI signature with 1 argument.
Public methodStatic memberNewWithSignature(String, Object) Create a new instance of the TClass
Public methodStatic memberNewWithSignature(String, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 2 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 3 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 4 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 5 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 6 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 7 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 8 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 9 arguments.
Public methodStatic memberNewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Creates a new JVM instance of TClass using a JNI signature with 10 arguments.
Top
See Also