| | Name | Description |
|---|
 | InvokeWithSignature(String, String) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and no arguments.
|
 | InvokeWithSignature(String, String, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 1 argument.
|
 | InvokeWithSignature(String, String, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and a variable-length argument list.
|
 | InvokeWithSignature(String, String, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 2 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 3 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 4 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 5 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 6 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 7 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 8 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 9 arguments.
|
 | InvokeWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature
and 10 arguments.
|
 | InvokeWithSignatureTReturn(String, String) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
no arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
1 argument, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
a variable-length argument list, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
2 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
3 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
4 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
5 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
6 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
7 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
8 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
9 arguments, and casts the result to TReturn.
|
 | InvokeWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object using an explicit JNI signature,
10 arguments, and casts the result to TReturn.
|