C# 클래스 CASCExplorer.LocalIndexHandler

파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
GetIndexInfo ( MD5Hash key ) : IndexEntry
Initialize ( CASCExplorer.CASCConfig config, BackgroundWorkerEx worker ) : LocalIndexHandler

비공개 메소드들

메소드 설명
GetIdxFiles ( CASCExplorer.CASCConfig config ) : List
LocalIndexHandler ( ) : System
ParseIndex ( string idx ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetIndexInfo() 공개 메소드

public GetIndexInfo ( MD5Hash key ) : IndexEntry
key MD5Hash
리턴 IndexEntry

Initialize() 공개 정적인 메소드

public static Initialize ( CASCExplorer.CASCConfig config, BackgroundWorkerEx worker ) : LocalIndexHandler
config CASCExplorer.CASCConfig
worker BackgroundWorkerEx
리턴 LocalIndexHandler