MethodAccessorInvokeInstanceAction Method

Overload List

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

See Also