C# Class Microsoft.ManagementConsole.Action

Inheritance: ActionBase
显示文件 Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

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

Private Methods

Method Description
RaiseTriggeredEvent ( object sender, AsyncStatus status ) : void

Method Details

Action() public method

public Action ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal

Action() public method

public Action ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
displayName string
description string
return Microsoft.ManagementConsole.Internal

Action() public method

public Action ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
return Microsoft.ManagementConsole.Internal

Action() public method

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