C# Класс NAnt.Core.TaskBuilder

Наследование: NAnt.Core.Extensibility.ExtensionBuilder
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TaskBuilder ( Assembly assembly, string className ) : System

Creates a new instance of the TaskBuilder class for the specified Task class in the specified Assembly.

An ExtensionAssembly for the specified Assembly is cached for future use.

Приватные методы

Метод Описание
CreateTask ( ) : NAnt.Core.Task
TaskBuilder ( NAnt.Core.Extensibility.ExtensionAssembly extensionAssembly, string className ) : System

Creates a new instance of the TaskBuilder class for the specified Task class in the specified ExtensionAssembly.

Описание методов

TaskBuilder() публичный Метод

Creates a new instance of the TaskBuilder class for the specified Task class in the specified Assembly.
An ExtensionAssembly for the specified Assembly is cached for future use.
public TaskBuilder ( Assembly assembly, string className ) : System
assembly System.Reflection.Assembly The containing the .
className string The class representing the .
Результат System