Click or drag to resize

JVMBridgeBaseIExecuteWithSignature Method

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