Click or drag to resize

JVMBridgeBaseIExecuteArray Method

Overload List
 NameDescription
Public methodIExecuteArrayTArrayType(String)Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteArrayTArrayType(String, Object)Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteArrayTArrayType(String, Object) Executes the method identified by methodName and returns the result as an array of TArrayType.
Public methodIExecuteArrayTArrayType(String, Object, Object)Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteArrayTArrayType(String, Object, Object, Object)Invokes instance method methodName with 3 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteArrayTArrayType(String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments and returns the JVM array result as a managed TArrayType[].
Public methodIExecuteArrayTArrayType(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 methodIExecuteArrayTArrayType(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 methodIExecuteArrayTArrayType(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 methodIExecuteArrayTArrayType(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 methodIExecuteArrayTArrayType(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