C# Class WinCompose.Updater

Show file Open project: samhocevar/wincompose Class Usage Examples

Public Methods

Method Description
Fini ( ) : void
Get ( string key ) : string
HasNewerVersion ( ) : bool
Init ( ) : void

Private Methods

Method Description
GetUserAgent ( ) : string
Run ( ) : void
SplitVersionString ( string str ) : List
UpdateStatus ( ) : void

Query the WinCompose website for update information

Method Details

Fini() public static method

public static Fini ( ) : void
return void

Get() public static method

public static Get ( string key ) : string
key string
return string

HasNewerVersion() public static method

public static HasNewerVersion ( ) : bool
return bool

Init() public static method

public static Init ( ) : void
return void