C# Class DesktopHelper.Util.CheckUpdate

Afficher le fichier Open project: JimmyFung/DesktopHelper Class Usage Examples

Méthodes publiques

Méthode Description
Download ( ) : bool

获取最新版本信息

HasNewVersion ( ) : bool

检测是否有新版本

IsConnectedInternet ( ) : bool

检测本机是否联网

Private Methods

Méthode Description
GetNewVersion ( ) : string
InternetGetConnectedState ( int &connectionDescription, int reservedValue ) : bool

Method Details

Download() public méthode

获取最新版本信息
public Download ( ) : bool
Résultat bool

HasNewVersion() public méthode

检测是否有新版本
public HasNewVersion ( ) : bool
Résultat bool

IsConnectedInternet() public méthode

检测本机是否联网
public IsConnectedInternet ( ) : bool
Résultat bool