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

Inheritance: ICommand
ファイルを表示 Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
Execute ( ) : bool
SelfUpdateCommand ( ApplicationInformation applicationInformation, ISelfUpdateService selfUpdateService, _Assembly targetAssembly ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

SelfUpdateCommand() public method

public SelfUpdateCommand ( ApplicationInformation applicationInformation, ISelfUpdateService selfUpdateService, _Assembly targetAssembly ) : System
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
selfUpdateService ISelfUpdateService
targetAssembly _Assembly
return System