C# 클래스 CASCExplorer.InstallHandler

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

공개 메소드들

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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetEntries() 공개 메소드

public GetEntries ( ) : IEnumerable
리턴 IEnumerable

GetEntries() 공개 메소드

public GetEntries ( string tag ) : IEnumerable
tag string
리턴 IEnumerable

GetEntries() 공개 메소드

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

GetEntry() 공개 메소드

public GetEntry ( string name ) : InstallEntry
name string
리턴 InstallEntry

InstallHandler() 공개 메소드

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

Print() 공개 메소드

public Print ( ) : void
리턴 void