C# Class VAGSuite.msiupdater

Afficher le fichier Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

CheckForUpdates() public méthode

public CheckForUpdates ( string customer, string server, string username, string password, bool FromFile ) : void
customer string
server string
username string
password string
FromFile bool
Résultat void

ExecuteUpdate() public méthode

public ExecuteUpdate ( System.Version ver ) : void
ver System.Version
Résultat void

GetPageHTML() public méthode

public GetPageHTML ( string pageUrl, int timeoutSeconds ) : string
pageUrl string
timeoutSeconds int
Résultat string

msiupdater() public méthode

public msiupdater ( System.Version CurrentVersion ) : System
CurrentVersion System.Version
Résultat System