C# 클래스 Baka_MPlayer.Updates.UpdateInfo

파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BugFixes string
Date string
LatestVer string
UpdateAvailable bool

공개 메소드들

메소드 설명
UpdateInfo ( bool updateAvailable, string latestVer, string date, string bugFixes )

메소드 상세

UpdateInfo() 공개 메소드

public UpdateInfo ( bool updateAvailable, string latestVer, string date, string bugFixes )
updateAvailable bool
latestVer string
date string
bugFixes string

프로퍼티 상세

BugFixes 공개적으로 프로퍼티

public string BugFixes
리턴 string

Date 공개적으로 프로퍼티

public string Date
리턴 string

LatestVer 공개적으로 프로퍼티

public string LatestVer
리턴 string

UpdateAvailable 공개적으로 프로퍼티

public bool UpdateAvailable
리턴 bool