C# 클래스 Winkle.UpdateInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
changeLog List
errorCode int
errorDescription string
errorTitle string
manualDownloadUrl System.Uri
updateAvailable bool
updateBuild int
updateInfoRetrievalSuccessfull bool
updateIsBeta bool
updateMajor int
updateMinor int
updateRevision int

프로퍼티 상세

changeLog 공개적으로 프로퍼티

public List changeLog
리턴 List

errorCode 공개적으로 프로퍼티

public int errorCode
리턴 int

errorDescription 공개적으로 프로퍼티

public string errorDescription
리턴 string

errorTitle 공개적으로 프로퍼티

public string errorTitle
리턴 string

manualDownloadUrl 공개적으로 프로퍼티

public Uri,System manualDownloadUrl
리턴 System.Uri

updateAvailable 공개적으로 프로퍼티

public bool updateAvailable
리턴 bool

updateBuild 공개적으로 프로퍼티

public int updateBuild
리턴 int

updateInfoRetrievalSuccessfull 공개적으로 프로퍼티

public bool updateInfoRetrievalSuccessfull
리턴 bool

updateIsBeta 공개적으로 프로퍼티

public bool updateIsBeta
리턴 bool

updateMajor 공개적으로 프로퍼티

public int updateMajor
리턴 int

updateMinor 공개적으로 프로퍼티

public int updateMinor
리턴 int

updateRevision 공개적으로 프로퍼티

public int updateRevision
리턴 int