C# 클래스 PsHandler.AutoUpdater

파일 보기 프로젝트 열기: kampiuceris/PsHandler

공개 메소드들

메소드 설명
CheckForUpdate ( string hrefXml, string applicationName, string exeName, Window owner, System.Action actionQuit, System.Windows.Media.Imaging.BitmapSource iconWindow, System.Windows.Media.Imaging.BitmapSource iconButtonCancel, System.Windows.Media.Imaging.BitmapSource iconButtonUpdate ) : void
Quit ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CheckForUpdate() 공개 정적인 메소드

public static CheckForUpdate ( string hrefXml, string applicationName, string exeName, Window owner, System.Action actionQuit, System.Windows.Media.Imaging.BitmapSource iconWindow, System.Windows.Media.Imaging.BitmapSource iconButtonCancel, System.Windows.Media.Imaging.BitmapSource iconButtonUpdate ) : void
hrefXml string
applicationName string
exeName string
owner System.Windows.Window
actionQuit System.Action
iconWindow System.Windows.Media.Imaging.BitmapSource
iconButtonCancel System.Windows.Media.Imaging.BitmapSource
iconButtonUpdate System.Windows.Media.Imaging.BitmapSource
리턴 void

Quit() 공개 정적인 메소드

public static Quit ( ) : void
리턴 void