C# Class CASCExplorer.OwRootHandler

Inheritance: RootHandlerBase
Afficher le fichier Open project: WoW-Tools/CASCExplorer

Méthodes publiques

Свойство Type Description
APMList string[]
LanguageScan string

Méthodes publiques

Méthode Description
Clear ( ) : void
Dump ( ) : void
GetAllEntries ( ) : RootEntry>>.IEnumerable
GetAllEntries ( ulong hash ) : IEnumerable
GetEntries ( ulong hash ) : IEnumerable
GetEntry ( ulong hash, OWRootEntry &entry ) : bool
LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void
OwRootHandler ( BinaryReader stream, BackgroundWorkerEx worker, CASCHandler casc ) : System

Méthodes protégées

Méthode Description
CreateStorageTree ( ) : CASCFolder

Private Methods

Méthode Description
keyToTypeID ( ulong key ) : ulong

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateStorageTree() protected méthode

protected CreateStorageTree ( ) : CASCFolder
Résultat CASCFolder

Dump() public méthode

public Dump ( ) : void
Résultat void

GetAllEntries() public méthode

public GetAllEntries ( ) : RootEntry>>.IEnumerable
Résultat RootEntry>>.IEnumerable

GetAllEntries() public méthode

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

GetEntries() public méthode

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

GetEntry() public méthode

public GetEntry ( ulong hash, OWRootEntry &entry ) : bool
hash ulong
entry OWRootEntry
Résultat bool

LoadListFile() public méthode

public LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void
path string
worker BackgroundWorkerEx
Résultat void

OwRootHandler() public méthode

public OwRootHandler ( BinaryReader stream, BackgroundWorkerEx worker, CASCHandler casc ) : System
stream System.IO.BinaryReader
worker BackgroundWorkerEx
casc CASCHandler
Résultat System

Property Details

APMList public_oe property

public string[] APMList
Résultat string[]

LanguageScan public_oe static_oe property

public static string LanguageScan
Résultat string