NAnt SDK Documentation - v0.85-nightly-2005-11-09

TaskBuilder Members

TaskBuilder overview

Public Instance Constructors

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

Public Instance Properties

Assembly Gets the Assembly from which the task will be created.
ClassName Gets the name of the Task class that can be created using this TaskBuilder.
TaskName Gets the name of the task which the TaskBuilder can create.

Public Instance Methods

CreateTaskMissing <summary> documentation for M:NAnt.Core.TaskBuilder.CreateTask
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

TaskBuilder Class | NAnt.Core Namespace