C# Class CASCExplorer.InstallHandler

Afficher le fichier Open project: WoW-Tools/CASCExplorer Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
GetEntries ( ) : IEnumerable
GetEntries ( string tag ) : IEnumerable
GetEntries ( ulong hash ) : IEnumerable
GetEntry ( string name ) : InstallEntry
InstallHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
Print ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetEntries() public méthode

public GetEntries ( ) : IEnumerable
Résultat IEnumerable

GetEntries() public méthode

public GetEntries ( string tag ) : IEnumerable
tag string
Résultat IEnumerable

GetEntries() public méthode

public GetEntries ( ulong hash ) : IEnumerable
hash ulong
Résultat IEnumerable

GetEntry() public méthode

public GetEntry ( string name ) : InstallEntry
name string
Résultat InstallEntry

InstallHandler() public méthode

public InstallHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
stream System.IO.BinaryReader
worker BackgroundWorkerEx
Résultat System.Collections

Print() public méthode

public Print ( ) : void
Résultat void