C# 클래스 AppUpdater.Delta.DeltaAPI

파일 보기 프로젝트 열기: diogomafra/AppUpdater

공개 메소드들

메소드 설명
ApplyDelta ( string originalFile, string newFile, string deltaFile ) : void
CreateDelta ( string originalFile, string newFile, string deltaFile, bool isExecutable ) : void
IsSupported ( ) : bool

비공개 메소드들

메소드 설명
CheckApiSupport ( ) : bool

메소드 상세

ApplyDelta() 공개 정적인 메소드

public static ApplyDelta ( string originalFile, string newFile, string deltaFile ) : void
originalFile string
newFile string
deltaFile string
리턴 void

CreateDelta() 공개 정적인 메소드

public static CreateDelta ( string originalFile, string newFile, string deltaFile, bool isExecutable ) : void
originalFile string
newFile string
deltaFile string
isExecutable bool
리턴 void

IsSupported() 공개 정적인 메소드

public static IsSupported ( ) : bool
리턴 bool