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

상속: VersionHandler
파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
CollectArchives ( string dataPath ) : IList
CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList

보호된 메소드들

메소드 설명
ExpansionArchivesUpTo ( int currentExpansion, string dataPath, string archiveFormat, WoWArchiveKind archiveKind ) : IEnumerable

Provides archive information for all current expansion archives.

GetPatchArchives ( string dataPath, WoWArchiveKind archiveKind, string patchFilePattern ) : IEnumerable

메소드 상세

CollectArchives() 공개 메소드

public CollectArchives ( string dataPath ) : IList
dataPath string
리턴 IList

CollectLanguagePackArchives() 공개 메소드

public CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList
localePath string
wowCultureId string
리턴 IList

ExpansionArchivesUpTo() 보호된 정적인 메소드

Provides archive information for all current expansion archives.
protected static ExpansionArchivesUpTo ( int currentExpansion, string dataPath, string archiveFormat, WoWArchiveKind archiveKind ) : IEnumerable
currentExpansion int The number of the current expansion, i.e. 4 for Cataclysm.
dataPath string Path to WoW's Data folder.
archiveFormat string Archive file format string used to expand the file name.
archiveKind WoWArchiveKind
리턴 IEnumerable

GetPatchArchives() 보호된 정적인 메소드

protected static GetPatchArchives ( string dataPath, WoWArchiveKind archiveKind, string patchFilePattern ) : IEnumerable
dataPath string
archiveKind WoWArchiveKind
patchFilePattern string
리턴 IEnumerable