Summary
Class to create NAnt tasks from an existing assembly.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Base Types
-
- Object
- ExtensionBuilder
graph BT
Type-->Base0["ExtensionBuilder"]
click Base0 "/api/NAnt.Core.Extensibility/ExtensionBuilder"
Base0-->Base1["Object"]
Type["TaskBuilder"]
class Type type-node
Syntax
public class TaskBuilder : ExtensionBuilder
Constructors
Name | Summary |
---|---|
TaskBuilder |
Creates a new instance of the NAnt.Core.TaskBuilder class
for the specified NAnt.Core.Task class in the specified
System.Reflection.Assembly .
|
Properties
Methods
Name | Value | Summary |
---|---|---|
CreateTask |
Task |
Creates the task with the previously passed assembly and name.
|