INewVersionChecker Interface |
Namespace: VirtualRadar.Interface
The INewVersionChecker type exposes the following members.
Name | Description | |
---|---|---|
DownloadUrl |
Gets the URL of the new version of the application.
| |
IsNewVersionAvailable |
Gets a value indicating that a new version is avaiable for download from the website.
| |
Provider |
Gets or sets the provider that abstracts away the environment for testing purposes.
| |
Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
Name | Description | |
---|---|---|
CheckForNewVersion |
Checks to see whether a new version is available, returning true if it is and setting IsNewVersionAvailable.
|
Name | Description | |
---|---|---|
NewVersionAvailable |
Raised when CheckForNewVersion detects that a new version is available for download. It is recommended
that you hook the version of this on Singleton and be prepared for it being called on a non-GUI thread.
|