C# Class NAnt.Core.TaskBuilder

Inheritance: NAnt.Core.Extensibility.ExtensionBuilder
显示文件 Open project: skolima/NAnt Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

TaskBuilder() public method

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