Click or drag to resize

JVMBridgeBaseIExecuteWithSignatureArray Method

Overload List
 NameDescription
Public methodIExecuteWithSignatureArrayTArrayType(String, String)Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object)Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object) Executes the method identified by methodName and signature and returns the result as an array of TArrayType.
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object)Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object)Invokes instance method methodName with 3 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments and returns the JVM array result as a managed TArrayType[].
Top
See Also