C# 클래스 Bari.Core.Commands.SelfUpdateCommand

상속: ICommand
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
Run ( Suite suite, string parameters ) : bool

Runs the command

SelfUpdateCommand ( IUserOutput output ) : System

비공개 메소드들

메소드 설명
Get ( string path, string relativeTo ) : string
PrepareUpdate ( AppUpdater updater, IExtendedFileSystem fileSystem, IPackage package ) : IPreparedUpdate

메소드 상세

Run() 공개 메소드

Runs the command
public Run ( Suite suite, string parameters ) : bool
suite Suite The current suite model the command is applied to
parameters string Parameters given to the command (in unprocessed form)
리턴 bool

SelfUpdateCommand() 공개 메소드

public SelfUpdateCommand ( IUserOutput output ) : System
output IUserOutput
리턴 System