C# 클래스 CrystalMpq.WoW.ArchiveDetection.WoWArchiveDetector

Facade for WoWInstallationKind and archive detection.
파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
CollectArchives ( ) : IList

Collects all archives belonging to the current installation.

CollectLanguagePacks ( WoWInstallation installation ) : IList

Finds the WoWLanguagePacks associated with this WoWInstallation.

Each WoWLanguagePack itself contains another list of archives.

DetermineInstallationKind ( ) : WoWInstallationKind?

Determines the installation kind.

WoWArchiveDetector ( string dataPath ) : System

메소드 상세

CollectArchives() 공개 메소드

Collects all archives belonging to the current installation.
public CollectArchives ( ) : IList
리턴 IList

CollectLanguagePacks() 공개 메소드

Finds the WoWLanguagePacks associated with this WoWInstallation.
Each WoWLanguagePack itself contains another list of archives.
Couldn't determine installation kind.
public CollectLanguagePacks ( WoWInstallation installation ) : IList
installation WoWInstallation belonging to the language packs.
리턴 IList

DetermineInstallationKind() 공개 메소드

Determines the installation kind.
Couldn't determine installation kind.
public DetermineInstallationKind ( ) : WoWInstallationKind?
리턴 WoWInstallationKind?

WoWArchiveDetector() 공개 메소드

public WoWArchiveDetector ( string dataPath ) : System
dataPath string
리턴 System