InvokeStaticFunctionTResult | Invokes a parameterless static function method. If the return type is not known at compile time the non-generic Invoke methods can be used. |
InvokeStaticFunctionT, TResult(T) | Invokes a static function method with one parameter. If the type of the parameter or the return value are not known at compile time the non-generic Invoke methods can be used. |
InvokeStaticFunctionT1, T2, TResult(T1, T2) | Invokes a static function method with two parameters. If the type of the parameters or the return value are not known at compile time the non-generic Invoke methods can be used. |
InvokeStaticFunctionT1, T2, T3, TResult(T1, T2, T3) | Invokes a static function method with three parameters. If the type of the parameters or the return value are not known at compile time the non-generic Invoke methods can be used. |
InvokeStaticFunctionT1, T2, T3, T4, TResult(T1, T2, T3, T4) | Invokes a static function method with four parameters. If the type of the parameters or the return value are not known at compile time the non-generic Invoke methods can be used. |