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

상속: BaseContentInstallator
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string filename ) : Task
Dispose ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CreateExtractorAsync ( ) : System.Threading.Tasks.Task
ZipContentInstallator ( string filename ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string filename ) : Task
filename string
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBaseId() 보호된 메소드

protected GetBaseId ( ) : string
리턴 string

GetFileEntriesAsync() 보호된 메소드

protected GetFileEntriesAsync ( ) : Task>
리턴 Task>