C# Class CrystalMpq.WoW.ArchiveDetection.VersionHandler

Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
CollectArchives ( string dataPath ) : IList
CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList
Recognizes ( string dataPath ) : bool

Méthodes protégées

Méthode Description
DetectArchiveNumber ( string name ) : int
FormatHyphenatedArchiveName ( ) : string

Method Details

CollectArchives() public abstract méthode

public abstract CollectArchives ( string dataPath ) : IList
dataPath string
Résultat IList

CollectLanguagePackArchives() public abstract méthode

public abstract CollectLanguagePackArchives ( string localePath, string wowCultureId ) : IList
localePath string
wowCultureId string
Résultat IList

DetectArchiveNumber() protected static méthode

protected static DetectArchiveNumber ( string name ) : int
name string
Résultat int

FormatHyphenatedArchiveName() protected static méthode

protected static FormatHyphenatedArchiveName ( ) : string
Résultat string

Recognizes() public méthode

public Recognizes ( string dataPath ) : bool
dataPath string
Résultat bool