Action Constructor
This member is overloaded. For more information about this member, including syntax, click a name in the overload list.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Overload List
Name | Description | |
---|---|---|
Action() | Initializes a new instance of the Action class. |
|
Action(String, String) | Initializes a new instance of the Action class using the display name and the long description as parameters. |
|
Action(String, String, Int32) | Initializes a new instance of the Action class using the display name, description, and image index as parameters. |
|
Action(String, String, Int32, Object) | Initializes a new instance of the Action class using the display name, description, image index, and additional user-defined data as parameters |
See Also
Action Class
Microsoft.ManagementConsole Namespace
Return to top