public void InvokeStaticAction()
Public Sub InvokeStaticAction
public:
void InvokeStaticAction()
member InvokeStaticAction : unit -> unit
NotSupportedException | This MethodAccessor represents a method with more than four parameters. |
InvalidOperationException | This MethodAccessor represents an instance method, an open generic method or a method of an open generic type. |
ArgumentException | This MethodAccessor does not represent a parameterless action method so type arguments should be specified (use the generic invoker method with matching type arguments). |