C# Class SUP.Updater

Update Checker
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

Méthode 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 méthode

Gets the Files which need Update
public GetUpdate ( ) : Update
Résultat Update

IsUpdateAvailable() public méthode

Checks For Updates
public IsUpdateAvailable ( ) : bool
Résultat bool

Updater() public méthode

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

UrlExists() public static méthode

Checks whether a Url Exists
public static UrlExists ( string url ) : bool
url string
Résultat bool