C# 클래스 SUP.Updater

Update Checker
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 메소드들

메소드 설명
GetUpdate ( ) : Update

Gets the Files which need Update

IsUpdateAvailable ( ) : bool

Checks For Updates

Updater ( IUpdateHost host ) : System.Collections.Generic

Default Constructor

UrlExists ( string url ) : bool

Checks whether a Url Exists

메소드 상세

GetUpdate() 공개 메소드

Gets the Files which need Update
public GetUpdate ( ) : Update
리턴 Update

IsUpdateAvailable() 공개 메소드

Checks For Updates
public IsUpdateAvailable ( ) : bool
리턴 bool

Updater() 공개 메소드

Default Constructor
public Updater ( IUpdateHost host ) : System.Collections.Generic
host IUpdateHost The Host Application of the Update
리턴 System.Collections.Generic

UrlExists() 공개 정적인 메소드

Checks whether a Url Exists
public static UrlExists ( string url ) : bool
url string
리턴 bool