C# Class StyleCop.Baboon.Infrastructure.FileSystemHandler

Inheritance: IFileSystemHandler
Afficher le fichier Open project: nelsonsar/StyleCop.Baboon Class Usage Examples

Méthodes publiques

Méthode Description
Exists ( string path ) : bool
GetAllSourceCodeFiles ( string path ) : IEnumerable
IsDirectory ( string path ) : bool

Method Details

Exists() public méthode

public Exists ( string path ) : bool
path string
Résultat bool

GetAllSourceCodeFiles() public méthode

public GetAllSourceCodeFiles ( string path ) : IEnumerable
path string
Résultat IEnumerable

IsDirectory() public méthode

public IsDirectory ( string path ) : bool
path string
Résultat bool