C# Class wyDay.Controls.AutoUpdaterInfo

Show file Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Properties

Property Type Description
AutoUpdaterStatus AutoUpdaterStatus
ChangesInLatestVersion string
ChangesIsRTF bool
ErrorMessage string
ErrorTitle string
LastCheckedForUpdate System.DateTime
UpdateStepOn UpdateStepOn
UpdateVersion string

Public Methods

Method Description
AutoUpdaterInfo ( string auID, string oldAUTempFolder ) : System.Reflection
ClearSuccessError ( ) : void
Save ( ) : void

Private Methods

Method Description
EnableWow64FSRedirection ( [ enable ) : bool
GetFilename ( ) : string
GetModuleHandle ( string lpModuleName ) : IntPtr
GetProcAddress ( IntPtr hModule, string procName ) : UIntPtr
Is32BitProcessOn64BitProcessor ( ) : bool
IsWow64Process ( [ hProcess, [ lpSystemInfo ) : bool
Load ( string filename ) : void
Save ( string filename ) : void

Method Details

AutoUpdaterInfo() public method

public AutoUpdaterInfo ( string auID, string oldAUTempFolder ) : System.Reflection
auID string
oldAUTempFolder string
return System.Reflection

ClearSuccessError() public method

public ClearSuccessError ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Property Details

AutoUpdaterStatus public property

public AutoUpdaterStatus AutoUpdaterStatus
return AutoUpdaterStatus

ChangesInLatestVersion public property

public string ChangesInLatestVersion
return string

ChangesIsRTF public property

public bool ChangesIsRTF
return bool

ErrorMessage public property

public string ErrorMessage
return string

ErrorTitle public property

public string ErrorTitle
return string

LastCheckedForUpdate public property

public DateTime,System LastCheckedForUpdate
return System.DateTime

UpdateStepOn public property

public UpdateStepOn UpdateStepOn
return UpdateStepOn

UpdateVersion public property

public string UpdateVersion
return string