C# Class Golem.Core.RecipeFileSearch

Afficher le fichier Open project: jagregory/golem Class Usage Examples

Méthodes publiques

Свойство Type Description
DistinctAssemblyFolders ReadOnlyCollection
FoundAssemblyFiles List

Méthodes publiques

Méthode Description
BuildFileList ( ) : void
RecipeFileSearch ( ) : System

Private Methods

Méthode Description
FindFilesExcludingDuplicates ( string startDir ) : System.IO.FileInfo[]

Method Details

BuildFileList() public méthode

public BuildFileList ( ) : void
Résultat void

RecipeFileSearch() public méthode

public RecipeFileSearch ( ) : System
Résultat System

Property Details

DistinctAssemblyFolders public_oe property

public ReadOnlyCollection DistinctAssemblyFolders
Résultat ReadOnlyCollection

FoundAssemblyFiles public_oe property

public List FoundAssemblyFiles
Résultat List