C# Класс SUP.Updater

Update Checker
Показать файл Открыть проект

Открытые методы

Метод Описание
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