C# Class Open.Core.PostBuild.PostBuildCollection

Represents the collection of PostBuild classes to execute.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
PostBuildCollection ( string tag, string path ) : System

Constructor.

Private Methods

Méthode Description
GetAssemblies ( ) : IEnumerable
GetClasses ( ) : IEnumerable
IsPostBuildType ( Type type ) : bool
TrimQuotes ( string value ) : string

Method Details

PostBuildCollection() public méthode

Constructor.
public PostBuildCollection ( string tag, string path ) : System
tag string The tag to match. If not specified all decorated classes are matched (not case sensitive).
path string The path to the folder containing the DLL's to look for.
Résultat System