C# Класс CrystalMpq.WoW.ArchiveDetection.WoWArchiveDetector

Facade for WoWInstallationKind and archive detection.
Показать файл Открыть проект

Открытые методы

Метод Описание
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