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

Inheritance: ICommand
Show file Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
Execute ( ) : bool
UninstallCommand ( IUserInterface userInterface, IPackageUninstaller packageUninstaller ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

UninstallCommand() public method

public UninstallCommand ( IUserInterface userInterface, IPackageUninstaller packageUninstaller ) : System
userInterface IUserInterface
packageUninstaller IPackageUninstaller
return System