C# Класс StyleCop.Baboon.Infrastructure.FileSystemHandler

Наследование: IFileSystemHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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