C# 클래스 NuDeploy.Core.Services.Update.SelfUpdateService

상속: ISelfUpdateService
파일 보기 프로젝트 열기: andreaskoch/NuDeploy 1 사용 예제들

공개 메소드들

메소드 설명
SelfUpdate ( string exePath, System.Version version ) : bool
SelfUpdateService ( IUserInterface userInterface, ApplicationInformation applicationInformation, IPackageRepositoryBrowser packageRepositoryBrowser, IFilesystemAccessor filesystemAccessor ) : System

비공개 메소드들

메소드 설명
UpdateFile ( string exePath, IPackageFile file ) : bool

메소드 상세

SelfUpdate() 공개 메소드

public SelfUpdate ( string exePath, System.Version version ) : bool
exePath string
version System.Version
리턴 bool

SelfUpdateService() 공개 메소드

public SelfUpdateService ( IUserInterface userInterface, ApplicationInformation applicationInformation, IPackageRepositoryBrowser packageRepositoryBrowser, IFilesystemAccessor filesystemAccessor ) : System
userInterface IUserInterface
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
packageRepositoryBrowser IPackageRepositoryBrowser
filesystemAccessor IFilesystemAccessor
리턴 System