C# 클래스 AppUpdater.Chef.UpdaterChef

상속: IUpdaterChef
파일 보기 프로젝트 열기: diogomafra/AppUpdater 1 사용 예제들

공개 메소드들

메소드 설명
Cook ( UpdateRecipe recipe ) : void
UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO

메소드 상세

Cook() 공개 메소드

public Cook ( UpdateRecipe recipe ) : void
recipe AppUpdater.Recipe.UpdateRecipe
리턴 void

UpdaterChef() 공개 메소드

public UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO
localStructureManager ILocalStructureManager
updateServer IUpdateServer
리턴 System.IO