C# 클래스 VAGSuite.msiupdater

파일 보기 프로젝트 열기: Blackfrosch/VAGEDCSuite 1 사용 예제들

공개 메소드들

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