[This is preliminary documentation and is subject to change.]

Checks for updates, and keeps track of current version/revision.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static class Updater

Members

               
 All Members  Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CheckedForUpdates
Occurs when fCraft has just checked for updates.
CheckForUpdates()()()()
CheckingForUpdates
Occurs when fCraft is about to check for updates (cancellable). The update Url may be overridden.
CurrentRelease
LatestStable
RunAtShutdown
UpdateCheckTimeout
UpdateUrl
UserAgent

Inheritance Hierarchy

System..::..Object
  fCraft..::..Updater

See Also