C# 클래스 withSIX.Sync.Core.Legacy.Archive.ArchiveContent

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
ArchiveContent ( string name, DirectoryInfo destination, IFileDownloader downloader ) : System
ArchiveContent ( string name, string destination, IFileDownloader downloader ) : System
Clean ( ) : void
Create ( ) : void
Download ( Uri url ) : void
Download ( string url ) : void
DownloadAsync ( Uri url ) : System.Threading.Tasks.Task
DownloadAsync ( string url ) : System.Threading.Tasks.Task
ImportFromArchive ( IAbsoluteFilePath file ) : void
ImportFromDownload ( string url ) : void
ImportFromDownloadAsync ( string url ) : System.Threading.Tasks.Task
Process ( ) : void
Unpack ( ) : void
Update ( Uri uri ) : void
Update ( string url ) : void
UpdateContent ( ) : void

비공개 메소드들

메소드 설명
MoveRootDirectory ( DirectoryInfo dir ) : void
MoveRootFile ( FileSystemInfo file ) : void
ProcessBiSigns ( string addonsPath ) : void
ProcessKeys ( ) : void
ProcessPbos ( string missionsPath, string addonsPath ) : void
RecurseDirectory ( DirectoryInfo dir ) : void

메소드 상세

ArchiveContent() 공개 메소드

public ArchiveContent ( string name, DirectoryInfo destination, IFileDownloader downloader ) : System
name string
destination System.IO.DirectoryInfo
downloader IFileDownloader
리턴 System

ArchiveContent() 공개 메소드

public ArchiveContent ( string name, string destination, IFileDownloader downloader ) : System
name string
destination string
downloader IFileDownloader
리턴 System

Clean() 공개 메소드

public Clean ( ) : void
리턴 void

Create() 공개 메소드

public Create ( ) : void
리턴 void

Download() 공개 메소드

public Download ( Uri url ) : void
url System.Uri
리턴 void

Download() 공개 메소드

public Download ( string url ) : void
url string
리턴 void

DownloadAsync() 공개 메소드

public DownloadAsync ( Uri url ) : System.Threading.Tasks.Task
url System.Uri
리턴 System.Threading.Tasks.Task

DownloadAsync() 공개 메소드

public DownloadAsync ( string url ) : System.Threading.Tasks.Task
url string
리턴 System.Threading.Tasks.Task

ImportFromArchive() 공개 메소드

public ImportFromArchive ( IAbsoluteFilePath file ) : void
file IAbsoluteFilePath
리턴 void

ImportFromDownload() 공개 메소드

public ImportFromDownload ( string url ) : void
url string
리턴 void

ImportFromDownloadAsync() 공개 메소드

public ImportFromDownloadAsync ( string url ) : System.Threading.Tasks.Task
url string
리턴 System.Threading.Tasks.Task

Process() 공개 메소드

public Process ( ) : void
리턴 void

Unpack() 공개 메소드

public Unpack ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Uri uri ) : void
uri System.Uri
리턴 void

Update() 공개 메소드

public Update ( string url ) : void
url string
리턴 void

UpdateContent() 공개 메소드

public UpdateContent ( ) : void
리턴 void