C# 클래스 RoslynDom.Common.FileSupport

파일 보기 프로젝트 열기: KathleenDollard/RoslynDOM

공개 메소드들

메소드 설명
GetFileContents ( string path ) : string
GetMatchingFiles ( string pattern, string startDirectory ) : IEnumerable
GetMatchingFiles ( string pattern, string startDirectory, bool includeSubdirectories ) : IEnumerable
GetNearestCSharpProject ( string path ) : string
GetNearestFilesOfType ( string path, string extension ) : IEnumerable
GetNearestSolution ( string path ) : string
ProjectPath ( string path ) : string

메소드 상세

GetFileContents() 공개 정적인 메소드

public static GetFileContents ( string path ) : string
path string
리턴 string

GetMatchingFiles() 공개 정적인 메소드

public static GetMatchingFiles ( string pattern, string startDirectory ) : IEnumerable
pattern string
startDirectory string
리턴 IEnumerable

GetMatchingFiles() 공개 정적인 메소드

public static GetMatchingFiles ( string pattern, string startDirectory, bool includeSubdirectories ) : IEnumerable
pattern string
startDirectory string
includeSubdirectories bool
리턴 IEnumerable

GetNearestCSharpProject() 공개 정적인 메소드

public static GetNearestCSharpProject ( string path ) : string
path string
리턴 string

GetNearestFilesOfType() 공개 정적인 메소드

public static GetNearestFilesOfType ( string path, string extension ) : IEnumerable
path string
extension string
리턴 IEnumerable

GetNearestSolution() 공개 정적인 메소드

public static GetNearestSolution ( string path ) : string
path string
리턴 string

ProjectPath() 공개 정적인 메소드

public static ProjectPath ( string path ) : string
path string
리턴 string