C# 클래스 NetSparkle.NetSparkleAppCast

An app-cast
파일 보기 프로젝트 열기: Deadpikle/NetSparkle 1 사용 예제들

공개 메소드들

메소드 설명
GetUpdates ( ) : NetSparkleAppCastItem[]

Returns sorted list of updates between current and latest. Installed is not included.

NetSparkleAppCast ( string castUrl, Sparkle sparkle, NetSparkle.NetSparkleConfiguration config ) : System

Constructor

Read ( ) : bool

Download castUrl resource and parse it

비공개 메소드들

메소드 설명
Parse ( XmlReader reader ) : void
ReadStream ( Stream inputstream, String signature ) : bool
TryReadSignature ( ) : string

메소드 상세

GetUpdates() 공개 메소드

Returns sorted list of updates between current and latest. Installed is not included.
public GetUpdates ( ) : NetSparkleAppCastItem[]
리턴 NetSparkleAppCastItem[]

NetSparkleAppCast() 공개 메소드

Constructor
public NetSparkleAppCast ( string castUrl, Sparkle sparkle, NetSparkle.NetSparkleConfiguration config ) : System
castUrl string the URL of the appcast file
sparkle Sparkle
config NetSparkle.NetSparkleConfiguration the current configuration
리턴 System

Read() 공개 메소드

Download castUrl resource and parse it
public Read ( ) : bool
리턴 bool