C# 클래스 DamageMeter.AutoUpdate.UpdateManager

파일 보기 프로젝트 열기: neowutran/ShinraMeter

공개 프로퍼티들

프로퍼티 타입 설명
Version string

공개 메소드들

메소드 설명
Copy ( string sourceDir, string targetDir ) : void
DestroyRelease ( ) : void
IsUpToDate ( ) : Task
Update ( ) : Task

비공개 메소드들

메소드 설명
Checksum ( string version, string file ) : Task
Decompress ( string latestVersion ) : void
DestroyDownloadDirectory ( ) : void
Download ( ) : void
GetResponseText ( string address ) : Task
GetResponseText ( string address, int numbertry ) : Task
LatestVersion ( ) : Task

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( string sourceDir, string targetDir ) : void
sourceDir string
targetDir string
리턴 void

DestroyRelease() 공개 정적인 메소드

public static DestroyRelease ( ) : void
리턴 void

IsUpToDate() 공개 정적인 메소드

public static IsUpToDate ( ) : Task
리턴 Task

Update() 공개 정적인 메소드

public static Update ( ) : Task
리턴 Task

프로퍼티 상세

Version 공개적으로 정적으로 프로퍼티

public static string Version
리턴 string