Click or drag to resize

JVMBridgeBaseTClassSExecute Method

Overload List
 NameDescription
Public methodStatic memberSExecute(String, Object) Executes a static method
Public methodStatic memberSExecute(IJavaType, String, Object) Executes a static method
Public methodStatic memberSExecute(Type, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecute(Type, IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(Type, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn(Type, IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTNewClass, TReturn(String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTNewClass, TReturn(IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn, TConverter(Type, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTReturn, TConverter(Type, IJavaType, String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTNewClass, TReturn, TConverter(String, Object) Executes a static method which returns a bridged class
Public methodStatic memberSExecuteTNewClass, TReturn, TConverter(IJavaType, String, Object) Executes a static method which returns a bridged class
Top
See Also