Method |
Description |
|
CheckIfUpdateIsRequired ( string hrefXml, string &version, string &nameUpdateFile, string &hrefUpdateFile, string &updateInfo ) : bool |
|
|
CheckRequiredFiles ( string fileNamesAndMd5 ) : bool |
|
|
DeleteFiles ( IEnumerable fileNamesToDelete ) : void |
|
|
DeleteUpdateFile ( string updateFileName ) : void |
|
|
GetInfoFromXml ( string xml, string &version, IEnumerable &fileNamesToDelete, string &nameUpdateFile, string &hrefUpdateFile, string &fileNamesAndMd5, string &updateInfo ) : bool |
|
|
GetMd5 ( string path, bool upperCaseHex = false ) : string |
|
|
ShowUpdateDialog ( string hrefXml, string applicationName, string exeName, Window owner, System.Action quitAction, string hrefUpdateFile, string pathUpdateFile, string updateInfo, System.Windows.Media.Imaging.BitmapSource iconWindow, System.Windows.Media.Imaging.BitmapSource iconButtonCancel, System.Windows.Media.Imaging.BitmapSource iconButtonUpdate ) : void |
|
|