C# 클래스 UoFiddler.Options

파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

메소드 설명
CheckForUpdate ( string &error ) : string[]

Checks polserver forum for updates

LoadProfile ( string filename ) : void
Save ( ) : void
Startup ( ) : void
VersionCheck ( string newversion ) : bool

비공개 메소드들

메소드 설명
DownloadFile ( string file ) : void
Load ( ) : void
MoveFile ( FileInfo files, string path ) : void
OnDownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
Updater_DoWork ( object sender, DoWorkEventArgs e ) : void
Updater_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

메소드 상세

CheckForUpdate() 공개 정적인 메소드

Checks polserver forum for updates
public static CheckForUpdate ( string &error ) : string[]
error string
리턴 string[]

LoadProfile() 공개 정적인 메소드

public static LoadProfile ( string filename ) : void
filename string
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

Startup() 공개 정적인 메소드

public static Startup ( ) : void
리턴 void

VersionCheck() 공개 정적인 메소드

public static VersionCheck ( string newversion ) : bool
newversion string
리턴 bool