C# Class SUP.Updater

Update Checker
Mostra file Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
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

Method Details

GetUpdate() public method

Gets the Files which need Update
public GetUpdate ( ) : Update
return Update

IsUpdateAvailable() public method

Checks For Updates
public IsUpdateAvailable ( ) : bool
return bool

Updater() public method

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

UrlExists() public static method

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