C# 클래스 NetSparkle.SparkleUpdateInfo

A simple class to hold information on potential updates to a software product.
파일 보기 프로젝트 열기: Deadpikle/NetSparkle

공개 메소드들

메소드 설명
SparkleUpdateInfo ( UpdateStatus status ) : System

Constructor for SparkleUpdate for when there aren't any updates available. Updates are automatically set to null.

SparkleUpdateInfo ( UpdateStatus status, NetSparkleAppCastItem updates ) : System

Constructor for SparkleUpdate when there are some updates available.

메소드 상세

SparkleUpdateInfo() 공개 메소드

Constructor for SparkleUpdate for when there aren't any updates available. Updates are automatically set to null.
public SparkleUpdateInfo ( UpdateStatus status ) : System
status UpdateStatus
리턴 System

SparkleUpdateInfo() 공개 메소드

Constructor for SparkleUpdate when there are some updates available.
public SparkleUpdateInfo ( UpdateStatus status, NetSparkleAppCastItem updates ) : System
status UpdateStatus
updates NetSparkleAppCastItem
리턴 System