C# Класс VAGSuite.msiupdater

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CheckForUpdates ( string customer, string server, string username, string password, bool FromFile ) : void
ExecuteUpdate ( System.Version ver ) : void
GetPageHTML ( string pageUrl, int timeoutSeconds ) : string
msiupdater ( System.Version CurrentVersion ) : System

Приватные методы

Метод Описание
ExtractNameValue ( string input, string &Name, string &Value ) : void
FileToString ( string infile ) : string
GetReleaseNotes ( ) : string
NotifyProgress ( Int32 NoFiles, Int32 NoFilesDone, Int32 PercentageDone, Int32 NoBytes, Int32 NoBytesDone ) : void
PumpString ( string text, bool updateavailable, bool version2high, System.Version newver, bool info, string xmlfile ) : void
updatecheck ( ) : void

Описание методов

CheckForUpdates() публичный Метод

public CheckForUpdates ( string customer, string server, string username, string password, bool FromFile ) : void
customer string
server string
username string
password string
FromFile bool
Результат void

ExecuteUpdate() публичный Метод

public ExecuteUpdate ( System.Version ver ) : void
ver System.Version
Результат void

GetPageHTML() публичный Метод

public GetPageHTML ( string pageUrl, int timeoutSeconds ) : string
pageUrl string
timeoutSeconds int
Результат string

msiupdater() публичный Метод

public msiupdater ( System.Version CurrentVersion ) : System
CurrentVersion System.Version
Результат System