C# Class PSTestLib.Helpers.AssembliesLoader

Description of AssembliesLoader.
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
AssembliesLoader ( string path, string fileNameTemplate, bool recurse ) : System.IO
Load ( ) : void

Private Methods

Méthode Description
RecursivelyLoad ( string path ) : void

Method Details

AssembliesLoader() public méthode

public AssembliesLoader ( string path, string fileNameTemplate, bool recurse ) : System.IO
path string
fileNameTemplate string
recurse bool
Résultat System.IO

Load() public méthode

public Load ( ) : void
Résultat void