C# Class SteamCleaner.Analyzer.Analyzers.SteamAnalyzer

Inheritance: IAnalyzer
ファイルを表示 Open project: Codeusa/SteamCleaner

Public Methods

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

Private Methods

Method Description
FindSecondaryInstallPaths ( string steamPath ) : IEnumerable
FindSteamPath ( bool ignoreArchitecture = false, bool check64 = false ) : string

Method Details

CheckExists() public method

public CheckExists ( ) : bool
return bool

CountOccurences() public static method

public static CountOccurences ( string needle, string haystack ) : int
needle string
haystack string
return int

FindPaths() public method

public FindPaths ( ) : IEnumerable
return IEnumerable

FixPath() public static method

public static FixPath ( string dir ) : string
dir string
return string