C# 클래스 SteamCleaner.Analyzer.Analyzers.SteamAnalyzer

상속: IAnalyzer
파일 보기 프로젝트 열기: Codeusa/SteamCleaner

공개 메소드들

메소드 설명
CheckExists ( ) : bool
CountOccurences ( string needle, string haystack ) : int
FindPaths ( ) : IEnumerable
FixPath ( string dir ) : string

비공개 메소드들

메소드 설명
FindSecondaryInstallPaths ( string steamPath ) : IEnumerable
FindSteamPath ( bool ignoreArchitecture = false, bool check64 = false ) : string

메소드 상세

CheckExists() 공개 메소드

public CheckExists ( ) : bool
리턴 bool

CountOccurences() 공개 정적인 메소드

public static CountOccurences ( string needle, string haystack ) : int
needle string
haystack string
리턴 int

FindPaths() 공개 메소드

public FindPaths ( ) : IEnumerable
리턴 IEnumerable

FixPath() 공개 정적인 메소드

public static FixPath ( string dir ) : string
dir string
리턴 string