Click or drag to resize

JVMBridgeBaseIExecute Method

Overload List
 NameDescription
Public methodIExecute(String)Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object)Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object) Executes an instance method
Public methodIExecute(String, Object, Object)Invokes instance method methodName with 2 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object)Invokes instance method methodName with 3 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
Public methodIExecuteTReturn(String)Invokes instance method methodName with 0 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object)Invokes instance method methodName with 1 argument and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object) Executes an instance method
Public methodIExecuteTReturn(String, Object, Object)Invokes instance method methodName with 2 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object)Invokes instance method methodName with 3 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments and converts the result to TReturn.
Public methodIExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments and converts the result to TReturn.
Public methodIExecuteTNewClass, TReturn(String)Invokes instance method methodName with 0 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object)Invokes instance method methodName with 1 argument, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object) Executes an instance method
Public methodIExecuteTNewClass, TReturn(String, Object, Object)Invokes instance method methodName with 2 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object)Invokes instance method methodName with 3 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object, Object)Invokes instance method methodName with 4 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object, Object, Object)Invokes instance method methodName with 5 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 6 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 7 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 8 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 9 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes instance method methodName with 10 arguments, wrapping the result in TNewClass and returning it as TReturn.
Public methodIExecuteTNewClass, TReturn, TConverter(String, Object) Executes an instance method
Top
See Also