C# Class wyDay.Controls.AutoUpdaterInfo

Mostrar archivo 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_oe property

public AutoUpdaterStatus AutoUpdaterStatus
return AutoUpdaterStatus

ChangesInLatestVersion public_oe property

public string ChangesInLatestVersion
return string

ChangesIsRTF public_oe property

public bool ChangesIsRTF
return bool

ErrorMessage public_oe property

public string ErrorMessage
return string

ErrorTitle public_oe property

public string ErrorTitle
return string

LastCheckedForUpdate public_oe property

public DateTime,System LastCheckedForUpdate
return System.DateTime

UpdateStepOn public_oe property

public UpdateStepOn UpdateStepOn
return UpdateStepOn

UpdateVersion public_oe property

public string UpdateVersion
return string