|   | Name | Description | 
|---|
   | SExecute(String, Object) | 
            Executes a static method
             | 
   | SExecute(IJavaType, String, Object) | 
            Executes a static method
             | 
   | SExecute(Type, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecute(Type, IJavaType, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTReturn(String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTReturn(IJavaType, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTReturn(Type, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTReturn(Type, IJavaType, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTNewClass, TReturn(String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTNewClass, TReturn(IJavaType, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTReturn, TConverter(Type, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTReturn, TConverter(Type, IJavaType, String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTNewClass, TReturn, TConverter(String, Object) | 
            Executes a static method which returns a bridged class 
             | 
   | SExecuteTNewClass, TReturn, TConverter(IJavaType, String, Object) | 
            Executes a static method which returns a bridged class 
             |