C# 클래스 Open.Core.PostBuild.PostBuildCollection

Represents the collection of PostBuild classes to execute.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
PostBuildCollection ( string tag, string path ) : System

Constructor.

비공개 메소드들

메소드 설명
GetAssemblies ( ) : IEnumerable
GetClasses ( ) : IEnumerable
IsPostBuildType ( Type type ) : bool
TrimQuotes ( string value ) : string

메소드 상세

PostBuildCollection() 공개 메소드

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.
리턴 System