C# Class NuDeploy.CommandLine.Commands.Console.HelpCommand

Inheritance: IHelpCommand
显示文件 Open project: andreaskoch/NuDeploy Class Usage Examples

Public Properties

Property Type Description
AlternativeCommandNames string[]

Public Methods

Method Description
Execute ( ) : bool
HelpCommand ( IHelpProvider helpProvider ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

HelpCommand() public method

public HelpCommand ( IHelpProvider helpProvider ) : System
helpProvider IHelpProvider
return System

Property Details

AlternativeCommandNames public_oe property

public string[] AlternativeCommandNames
return string[]