C# Class SteamCleaner.Analyzer.Analyzers.SteamAnalyzer

Inheritance: IAnalyzer
Afficher le fichier Open project: Codeusa/SteamCleaner

Méthodes publiques

Méthode Description
CheckExists ( ) : bool
CountOccurences ( string needle, string haystack ) : int
FindPaths ( ) : IEnumerable
FixPath ( string dir ) : string

Private Methods

Méthode Description
FindSecondaryInstallPaths ( string steamPath ) : IEnumerable
FindSteamPath ( bool ignoreArchitecture = false, bool check64 = false ) : string

Method Details

CheckExists() public méthode

public CheckExists ( ) : bool
Résultat bool

CountOccurences() public static méthode

public static CountOccurences ( string needle, string haystack ) : int
needle string
haystack string
Résultat int

FindPaths() public méthode

public FindPaths ( ) : IEnumerable
Résultat IEnumerable

FixPath() public static méthode

public static FixPath ( string dir ) : string
dir string
Résultat string