C# 클래스 NCoverExplorer.Common.PathSearch

Utility class to scan for an executable in all available paths. Based on CodeProject article at: http://www.codeproject.com/csharp/winwhich.asp
파일 보기 프로젝트 열기: marektihkan/Arc

공개 메소드들

메소드 설명
Search ( string executableName ) : string[]

Searches for the specified executable name in all available paths.

비공개 메소드들

메소드 설명
PathSearch ( ) : System

Initializes a new instance of the PathSearch class.

_GetPathsSplit ( string pathString ) : string[]
_GetRegExString ( string executableName ) : string

Form the regular expression string for the matching file.

메소드 상세

Search() 공개 정적인 메소드

Searches for the specified executable name in all available paths.
public static Search ( string executableName ) : string[]
executableName string Name of the executable.
리턴 string[]