C# Class AcManager.Tools.ContentInstallation.ZipContentInstallator

Inheritance: BaseContentInstallator
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string filename ) : Task
Dispose ( ) : void

Méthodes protégées

Méthode Description
GetBaseId ( ) : string
GetFileEntriesAsync ( ) : Task>

Private Methods

Méthode Description
CreateExtractorAsync ( ) : System.Threading.Tasks.Task
ZipContentInstallator ( string filename ) : System

Method Details

Create() public static méthode

public static Create ( string filename ) : Task
filename string
Résultat Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBaseId() protected méthode

protected GetBaseId ( ) : string
Résultat string

GetFileEntriesAsync() protected méthode

protected GetFileEntriesAsync ( ) : Task>
Résultat Task>