Click or drag to resize

IJavaObjectInvokeWithSignature Method

Overload List
 NameDescription
Public methodInvokeWithSignature(String, String) Invokes an instance method on the underlying JVM object using an explicit JNI signature and no arguments.
Public methodInvokeWithSignature(String, String, Object) Invokes an instance method on the underlying JVM object using an explicit JNI signature and 1 argument.
Public methodInvokeWithSignature(String, String, Object) Invokes an instance method on the underlying JVM object using an explicit JNI signature and a variable-length argument list.
Public methodInvokeWithSignature(String, String, Object, Object) Invokes an instance method on the underlying JVM object using an explicit JNI signature and 2 arguments.
Public methodInvokeWithSignature(String, String, Object, Object, Object) Invokes an instance method on the underlying JVM object using an explicit JNI signature and 3 arguments.
Public methodInvokeWithSignature(String, String, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object using an explicit JNI signature and 4 arguments.
Public methodInvokeWithSignature(String, String, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object using an explicit JNI signature and 5 arguments.
Public methodInvokeWithSignature(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.
Public methodInvokeWithSignature(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.
Public methodInvokeWithSignature(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.
Public methodInvokeWithSignature(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.
Public methodInvokeWithSignature(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.
Public methodInvokeWithSignatureTReturn(String, String) Invokes an instance method on the underlying JVM object using an explicit JNI signature, no arguments, and casts the result to TReturn.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Public methodInvokeWithSignatureTReturn(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.
Top
See Also