C# Class eXeMeL.Model.ApplicationVersionControl

Datei anzeigen Open project: Grandpappy/eXeMeL

Public Methods

Method Description
CurrentVersionIsDifferentFromLastRunVersion ( ) : bool
GetPublishedVersion ( ) : System.Version
WriteCurrentVersionToRegistry ( ) : void

Method Details

CurrentVersionIsDifferentFromLastRunVersion() public static method

public static CurrentVersionIsDifferentFromLastRunVersion ( ) : bool
return bool

GetPublishedVersion() public static method

public static GetPublishedVersion ( ) : System.Version
return System.Version

WriteCurrentVersionToRegistry() public static method

public static WriteCurrentVersionToRegistry ( ) : void
return void