C# Class CASCExplorer.InstallHandler

Mostra file Open project: WoW-Tools/CASCExplorer Class Usage Examples

Public Methods

Method 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 method

public Clear ( ) : void
return void

GetEntries() public method

public GetEntries ( ) : IEnumerable
return IEnumerable

GetEntries() public method

public GetEntries ( string tag ) : IEnumerable
tag string
return IEnumerable

GetEntries() public method

public GetEntries ( ulong hash ) : IEnumerable
hash ulong
return IEnumerable

GetEntry() public method

public GetEntry ( string name ) : InstallEntry
name string
return InstallEntry

InstallHandler() public method

public InstallHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
stream System.IO.BinaryReader
worker BackgroundWorkerEx
return System.Collections

Print() public method

public Print ( ) : void
return void