C# 클래스 DefaultApp.AppWinForms.AppUpdater

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

공개 메소드들

메소드 설명
ApplyUpdates ( string deployUrl ) : Task
CheckForUpdates ( string deployUrl ) : Task
CreateShortcutForThisExe ( ) : void
Dispose ( ) : void
RemoveShortcutForThisExe ( ) : void

메소드 상세

ApplyUpdates() 공개 정적인 메소드

public static ApplyUpdates ( string deployUrl ) : Task
deployUrl string
리턴 Task

CheckForUpdates() 공개 정적인 메소드

public static CheckForUpdates ( string deployUrl ) : Task
deployUrl string
리턴 Task

CreateShortcutForThisExe() 공개 정적인 메소드

public static CreateShortcutForThisExe ( ) : void
리턴 void

Dispose() 공개 정적인 메소드

public static Dispose ( ) : void
리턴 void

RemoveShortcutForThisExe() 공개 정적인 메소드

public static RemoveShortcutForThisExe ( ) : void
리턴 void