C# 클래스 Ijw.Updates.UpdateManager

파일 보기 프로젝트 열기: chrisforbes/Ijw.Framework 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckForUpdates ( string productName, string version ) : void
Update ( ) : UpdateInfo
UpdateManager ( string productName, string version, IUpdateProvider updateProvider ) : System

메소드 상세

CheckForUpdates() 공개 정적인 메소드

public static CheckForUpdates ( string productName, string version ) : void
productName string
version string
리턴 void

Update() 공개 메소드

public Update ( ) : UpdateInfo
리턴 UpdateInfo

UpdateManager() 공개 메소드

public UpdateManager ( string productName, string version, IUpdateProvider updateProvider ) : System
productName string
version string
updateProvider IUpdateProvider
리턴 System