C# 클래스 StyleCop.Baboon.Infrastructure.FileSystemHandler

상속: IFileSystemHandler
파일 보기 프로젝트 열기: nelsonsar/StyleCop.Baboon 1 사용 예제들

공개 메소드들

메소드 설명
Exists ( string path ) : bool
GetAllSourceCodeFiles ( string path ) : IEnumerable
IsDirectory ( string path ) : bool

메소드 상세

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool

GetAllSourceCodeFiles() 공개 메소드

public GetAllSourceCodeFiles ( string path ) : IEnumerable
path string
리턴 IEnumerable

IsDirectory() 공개 메소드

public IsDirectory ( string path ) : bool
path string
리턴 bool