C# 클래스 Winkle.VersionCheck

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

공개 프로퍼티들

프로퍼티 타입 설명
errorCode string
showWindowIfUpdateAvailable bool
versionToUse string

공개 메소드들

메소드 설명
VersionCheck ( string appName, string updateUrl ) : System
checkForUpdate ( System assembly, bool includeBetaVersions ) : UpdateInfo
checkForUpdate ( System.Version version, bool includeBetaVersions ) : UpdateInfo
checkForUpdate ( int currentMajorVersion, int currentMinorVersion, int currentBuild, int currentRevision, bool includeBetaVersions ) : UpdateInfo

비공개 메소드들

메소드 설명
_doUpdateCheck ( int currentMajorVersion, int currentMinorVersion, int currentBuild, int currentRevision, bool includeBetaVersions ) : UpdateInfo
getChangeLog ( ) : void
getDownloadLinkUrl ( bool includeBetaVersion ) : string
getLatestBuild ( bool includeBetaVersion ) : int
getLatestMajorVersion ( bool includeBetaVersion ) : int
getLatestMinorVersion ( bool includeBetaVersion ) : int
getLatestRevision ( bool includeBetaVersion ) : int
getPrettyName ( XmlNode currentNode ) : string
getSingleVersionNumber ( string partOfNumber, bool includeBetaVersion ) : int
getUpdateDescription ( bool includeBetaVersion ) : string
getUpdateFile ( string updateUrl ) : XmlDocument
getVersion ( XmlNode currentNode, string type ) : int

메소드 상세

VersionCheck() 공개 메소드

public VersionCheck ( string appName, string updateUrl ) : System
appName string
updateUrl string
리턴 System

checkForUpdate() 공개 메소드

public checkForUpdate ( System assembly, bool includeBetaVersions ) : UpdateInfo
assembly System
includeBetaVersions bool
리턴 UpdateInfo

checkForUpdate() 공개 메소드

public checkForUpdate ( System.Version version, bool includeBetaVersions ) : UpdateInfo
version System.Version
includeBetaVersions bool
리턴 UpdateInfo

checkForUpdate() 공개 메소드

public checkForUpdate ( int currentMajorVersion, int currentMinorVersion, int currentBuild, int currentRevision, bool includeBetaVersions ) : UpdateInfo
currentMajorVersion int
currentMinorVersion int
currentBuild int
currentRevision int
includeBetaVersions bool
리턴 UpdateInfo

프로퍼티 상세

errorCode 공개적으로 프로퍼티

public string errorCode
리턴 string

showWindowIfUpdateAvailable 공개적으로 프로퍼티

public bool showWindowIfUpdateAvailable
리턴 bool

versionToUse 공개적으로 프로퍼티

public string versionToUse
리턴 string