| | Name | Description |
|---|
  | NewWithSignature(String) | Creates a new JVM instance of TClass using a JNI signature with no arguments. |
  | NewWithSignature(String, Object) | Creates a new JVM instance of TClass using a JNI signature with 1 argument. |
  | NewWithSignature(String, Object) |
Create a new instance of the TClass |
  | NewWithSignature(String, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 2 arguments. |
  | NewWithSignature(String, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 3 arguments. |
  | NewWithSignature(String, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 4 arguments. |
  | NewWithSignature(String, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 5 arguments. |
  | NewWithSignature(String, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 6 arguments. |
  | NewWithSignature(String, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 7 arguments. |
  | NewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 8 arguments. |
  | NewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 9 arguments. |
  | NewWithSignature(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. |