C# 클래스 SoundSwitch.Framework.Updater.UpdateChecker

파일 보기 프로젝트 열기: Belphemur/SoundSwitch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UpdateAvailable EventHandler

공개 메소드들

메소드 설명
CheckForUpdate ( ) : void

Check for update

UpdateChecker ( Uri releaseUrl ) : System
UpdateChecker ( Uri releaseUrl, bool checkBeta ) : System

비공개 메소드들

메소드 설명
DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
ProcessRelease ( SoundSwitch.Framework.Updater.GitHubRelease serverRelease ) : bool

메소드 상세

CheckForUpdate() 공개 메소드

Check for update
public CheckForUpdate ( ) : void
리턴 void

UpdateChecker() 공개 메소드

public UpdateChecker ( Uri releaseUrl ) : System
releaseUrl System.Uri
리턴 System

UpdateChecker() 공개 메소드

public UpdateChecker ( Uri releaseUrl, bool checkBeta ) : System
releaseUrl System.Uri
checkBeta bool
리턴 System

프로퍼티 상세

UpdateAvailable 공개적으로 프로퍼티

public EventHandler UpdateAvailable
리턴 EventHandler