C# 클래스 WinCompose.Updater

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

공개 메소드들

메소드 설명
Fini ( ) : void
Get ( string key ) : string
HasNewerVersion ( ) : bool
Init ( ) : void

비공개 메소드들

메소드 설명
GetUserAgent ( ) : string
Run ( ) : void
SplitVersionString ( string str ) : List
UpdateStatus ( ) : void

Query the WinCompose website for update information

메소드 상세

Fini() 공개 정적인 메소드

public static Fini ( ) : void
리턴 void

Get() 공개 정적인 메소드

public static Get ( string key ) : string
key string
리턴 string

HasNewerVersion() 공개 정적인 메소드

public static HasNewerVersion ( ) : bool
리턴 bool

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void