Method | Description | |
---|---|---|
Action ( ) : Microsoft.ManagementConsole.Internal | ||
Action ( string displayName, string description ) : Microsoft.ManagementConsole.Internal | ||
Action ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal | ||
Action ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal |
Method | Description | |
---|---|---|
RaiseTriggeredEvent ( object sender, |
public Action ( ) : Microsoft.ManagementConsole.Internal | ||
return | Microsoft.ManagementConsole.Internal |
public Action ( string displayName, string description ) : Microsoft.ManagementConsole.Internal | ||
displayName | string | |
description | string | |
return | Microsoft.ManagementConsole.Internal |
public Action ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal | ||
displayName | string | |
description | string | |
imageIndex | int | |
return | Microsoft.ManagementConsole.Internal |
public Action ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal | ||
displayName | string | |
description | string | |
imageIndex | int | |
tag | object | |
return | Microsoft.ManagementConsole.Internal |