C# Class Open.Core.PostBuild.PostBuildCollection

Represents the collection of PostBuild classes to execute.
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
PostBuildCollection ( string tag, string path ) : System

Constructor.

Private Methods

Method Description
GetAssemblies ( ) : IEnumerable
GetClasses ( ) : IEnumerable
IsPostBuildType ( Type type ) : bool
TrimQuotes ( string value ) : string

Method Details

PostBuildCollection() public method

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.
return System