Click or drag to resize

JVMBridgeBaseTClassSExecuteWithSignatureArray Method

Overload List
 NameDescription
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String)Invokes static method methodName on clazz with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object) Statically executes the method identified by methodName and signature on the current class and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object)Invokes static method methodName on clazz with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object) Statically executes the method identified by methodName and signature on clazz and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object)Invokes static method methodName on clazz with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments and returns the JVM array result as a managed array.
Top
See Also