InvokeInstanceFunctionTInstance, TResult(TInstance) | Invokes a parameterless instance function method in a reference type. If the type of the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, TResult(TInstance) | Invokes a parameterless instance function method in a value type. If the type of the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T, TResult(TInstance, T) | Invokes an instance function method with one parameter in a reference type. If the type of the parameter, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T, TResult(TInstance, T) | Invokes an instance function method with one parameter in a value type. If the type of the parameter, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T1, T2, TResult(TInstance, T1, T2) | Invokes an instance function method with two parameters in a reference type. If the type of the parameters, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T1, T2, TResult(TInstance, T1, T2) | Invokes an instance function method with two parameters in a value type. If the type of the parameters, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T1, T2, T3, TResult(TInstance, T1, T2, T3) | Invokes an instance function method with three parameters in a reference type. If the type of the parameters, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T1, T2, T3, TResult(TInstance, T1, T2, T3) | Invokes an instance function method with three parameters in a value type. If the type of the parameters, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T1, T2, T3, T4, TResult(TInstance, T1, T2, T3, T4) | Invokes an instance function method with four parameters in a reference type. If the type of the parameters, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |
InvokeInstanceFunctionTInstance, T1, T2, T3, T4, TResult(TInstance, T1, T2, T3, T4) | Invokes an instance function method with four parameters in a value type. If the type of the parameters, the return value or the declaring instance are not known at compile time the non-generic Invoke methods can be used. |