C# 클래스 wyDay.Controls.AutoUpdaterInfo

파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoUpdaterStatus AutoUpdaterStatus
ChangesInLatestVersion string
ChangesIsRTF bool
ErrorMessage string
ErrorTitle string
LastCheckedForUpdate System.DateTime
UpdateStepOn UpdateStepOn
UpdateVersion string

공개 메소드들

메소드 설명
AutoUpdaterInfo ( string auID, string oldAUTempFolder ) : System.Reflection
ClearSuccessError ( ) : void
Save ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AutoUpdaterInfo() 공개 메소드

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

ClearSuccessError() 공개 메소드

public ClearSuccessError ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

AutoUpdaterStatus 공개적으로 프로퍼티

public AutoUpdaterStatus AutoUpdaterStatus
리턴 AutoUpdaterStatus

ChangesInLatestVersion 공개적으로 프로퍼티

public string ChangesInLatestVersion
리턴 string

ChangesIsRTF 공개적으로 프로퍼티

public bool ChangesIsRTF
리턴 bool

ErrorMessage 공개적으로 프로퍼티

public string ErrorMessage
리턴 string

ErrorTitle 공개적으로 프로퍼티

public string ErrorTitle
리턴 string

LastCheckedForUpdate 공개적으로 프로퍼티

public DateTime,System LastCheckedForUpdate
리턴 System.DateTime

UpdateStepOn 공개적으로 프로퍼티

public UpdateStepOn UpdateStepOn
리턴 UpdateStepOn

UpdateVersion 공개적으로 프로퍼티

public string UpdateVersion
리턴 string