C# Класс Open.Core.PostBuild.PostBuildCollection

Represents the collection of PostBuild classes to execute.
Показать файл Открыть проект

Открытые методы

Метод Описание
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