| | Name | Description |
|---|
 | IExecute(String) | Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). |
 | IExecute(String, Object) | Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10). |
 | IExecute(String, Object) |
Executes an instance method
|
 | IExecute(String, Object, Object) | Invokes instance method methodName with 2 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). |
 | IExecute(String, Object, Object, Object) | Invokes instance method methodName with 3 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). |
 | IExecute(String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). |
 | IExecute(String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). |
 | IExecute(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). |
 | IExecute(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). |
 | IExecute(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). |
 | IExecute(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). |
 | IExecute(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). |
 | IExecuteTReturn(String) | Invokes instance method methodName with 0 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object) | Invokes instance method methodName with 1 argument and converts the result to TReturn. |
 | IExecuteTReturn(String, Object) |
Executes an instance method
|
 | IExecuteTReturn(String, Object, Object) | Invokes instance method methodName with 2 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object) | Invokes instance method methodName with 3 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 6 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 7 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 8 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 9 arguments and converts the result to TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 10 arguments and converts the result to TReturn. |
 | IExecuteTNewClass, TReturn(String) | Invokes instance method methodName with 0 arguments, wrapping the result in TNewClass and returning it as TReturn. |
 | IExecuteTNewClass, TReturn(String, Object) | Invokes instance method methodName with 1 argument, wrapping the result in TNewClass and returning it as TReturn. |
 | IExecuteTNewClass, TReturn(String, Object) |
Executes an instance method
|
 | IExecuteTNewClass, TReturn(String, Object, Object) | Invokes instance method methodName with 2 arguments, wrapping the result in TNewClass and returning it as TReturn. |
 | IExecuteTNewClass, TReturn(String, Object, Object, Object) | Invokes instance method methodName with 3 arguments, wrapping the result in TNewClass and returning it as TReturn. |
 | IExecuteTNewClass, TReturn(String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments, wrapping the result in TNewClass and returning it as TReturn. |
 | IExecuteTNewClass, TReturn(String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments, wrapping the result in TNewClass and returning it as TReturn. |
 | IExecuteTNewClass, 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. |
 | IExecuteTNewClass, 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. |
 | IExecuteTNewClass, 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. |
 | IExecuteTNewClass, 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. |
 | IExecuteTNewClass, 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. |
 | IExecuteTNewClass, TReturn, TConverter(String, Object) |
Executes an instance method
|