C# 클래스 CASCExplorer.OwRootHandler

상속: RootHandlerBase
파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer

공개 프로퍼티들

프로퍼티 타입 설명
APMList string[]
LanguageScan string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateStorageTree ( ) : CASCFolder

비공개 메소드들

메소드 설명
keyToTypeID ( ulong key ) : ulong

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateStorageTree() 보호된 메소드

protected CreateStorageTree ( ) : CASCFolder
리턴 CASCFolder

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

GetAllEntries() 공개 메소드

public GetAllEntries ( ) : RootEntry>>.IEnumerable
리턴 RootEntry>>.IEnumerable

GetAllEntries() 공개 메소드

public GetAllEntries ( ulong hash ) : IEnumerable
hash ulong
리턴 IEnumerable

GetEntries() 공개 메소드

public GetEntries ( ulong hash ) : IEnumerable
hash ulong
리턴 IEnumerable

GetEntry() 공개 메소드

public GetEntry ( ulong hash, OWRootEntry &entry ) : bool
hash ulong
entry OWRootEntry
리턴 bool

LoadListFile() 공개 메소드

public LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void
path string
worker BackgroundWorkerEx
리턴 void

OwRootHandler() 공개 메소드

public OwRootHandler ( BinaryReader stream, BackgroundWorkerEx worker, CASCHandler casc ) : System
stream System.IO.BinaryReader
worker BackgroundWorkerEx
casc CASCHandler
리턴 System

프로퍼티 상세

APMList 공개적으로 프로퍼티

public string[] APMList
리턴 string[]

LanguageScan 공개적으로 정적으로 프로퍼티

public static string LanguageScan
리턴 string