InvokeStaticAction | Invokes a parameterless static action method. |
InvokeStaticActionT(T) | Invokes a static action method with one parameter. If the type of the parameter is not known at compile time the non-generic Invoke methods can be used. |
InvokeStaticActionT1, T2(T1, T2) | Invokes a static action method with two parameters. If the type of the parameters are not known at compile time the non-generic Invoke methods can be used. |
InvokeStaticActionT1, T2, T3(T1, T2, T3) | Invokes a static action method with three parameters. If the type of the parameters are not known at compile time the non-generic Invoke methods can be used. |
InvokeStaticActionT1, T2, T3, T4(T1, T2, T3, T4) | Invokes a static action method with four parameters. If the type of the parameters are not known at compile time the non-generic Invoke methods can be used. |