C# 클래스 AcManager.Tools.ContentInstallation.BaseContentInstallator

상속: IAdditionalContentInstallator
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
Dispose ( ) : void
GetEntriesAsync ( IProgress progress, CancellationToken cancellation ) : Task>
InstallEntryToAsync ( ContentEntry entry, bool>.Func filter, string destination, IProgress progress, CancellationToken cancellation ) : Task
TrySetPasswordAsync ( string password ) : Task

비공개 메소드들

메소드 설명
GetBaseId ( ) : string
GetFileEntriesAsync ( ) : Task>

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetEntriesAsync() 공개 메소드

public GetEntriesAsync ( IProgress progress, CancellationToken cancellation ) : Task>
progress IProgress
cancellation System.Threading.CancellationToken
리턴 Task>

InstallEntryToAsync() 공개 메소드

public InstallEntryToAsync ( ContentEntry entry, bool>.Func filter, string destination, IProgress progress, CancellationToken cancellation ) : Task
entry ContentEntry
filter bool>.Func
destination string
progress IProgress
cancellation System.Threading.CancellationToken
리턴 Task

TrySetPasswordAsync() 공개 메소드

public TrySetPasswordAsync ( string password ) : Task
password string
리턴 Task