C# Class Microsoft.ManagementConsole.Action

Inheritance: ActionBase
Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
RaiseTriggeredEvent ( object sender, AsyncStatus status ) : void

Method Details

Action() public méthode

public Action ( ) : Microsoft.ManagementConsole.Internal
Résultat Microsoft.ManagementConsole.Internal

Action() public méthode

public Action ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
displayName string
description string
Résultat Microsoft.ManagementConsole.Internal

Action() public méthode

public Action ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
Résultat Microsoft.ManagementConsole.Internal

Action() public méthode

public Action ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
tag object
Résultat Microsoft.ManagementConsole.Internal