Click or drag to resize

IJavaObjectInvoke Method

Overload List
 NameDescription
Public methodInvoke(String) Invokes an instance method on the underlying JVM object with no arguments.
Public methodInvoke(String, Object) Invokes an instance method on the underlying JVM object with 1 argument.
Public methodInvoke(String, Object) Invokes an instance method on the underlying JVM object using a variable-length argument list. The bridge resolves the target Java method by matching the runtime types of the supplied arguments.
Public methodInvoke(String, Object, Object) Invokes an instance method on the underlying JVM object with 2 arguments.
Public methodInvoke(String, Object, Object, Object) Invokes an instance method on the underlying JVM object with 3 arguments.
Public methodInvoke(String, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 4 arguments.
Public methodInvoke(String, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 5 arguments.
Public methodInvoke(String, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 6 arguments.
Public methodInvoke(String, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 7 arguments.
Public methodInvoke(String, Object, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 8 arguments.
Public methodInvoke(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 9 arguments.
Public methodInvoke(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 10 arguments.
Public methodInvokeTReturn(String) Invokes an instance method on the underlying JVM object with no arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object) Invokes an instance method on the underlying JVM object with 1 argument and casts the result to TReturn.
Public methodInvokeTReturn(String, Object) Invokes an instance method on the underlying JVM object using a variable-length argument list and casts the result to TReturn. The bridge resolves the target Java method by matching the runtime types of the supplied arguments.
Public methodInvokeTReturn(String, Object, Object) Invokes an instance method on the underlying JVM object with 2 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object) Invokes an instance method on the underlying JVM object with 3 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 4 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 5 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 6 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 7 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 8 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 9 arguments and casts the result to TReturn.
Public methodInvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) Invokes an instance method on the underlying JVM object with 10 arguments and casts the result to TReturn.
Top
See Also