NAnt SDK Documentation - v0.92

TypeFactory Members

TypeFactory overview

Public Static (Shared) Properties

DataTypeBuilders Gets the list of loaded DataTypeBaseBuilder instances.
FilterBuilders Gets the list of loaded FilterBuilder instances.
TaskBuilders Gets the list of loaded TaskBuilder instances.

Public Static (Shared) Methods

CreateDataType 
CreateFilter 
CreateTask Creates a new Task instance for the given XML and Project.
ScanAssemblyOverloaded. Scans the given assembly for tasks, types, functions and filters.
ScanDir Scans the path for any task assemblies and adds them.

Public Instance Constructors

TypeFactory Constructor Initializes a new instance of the TypeFactory class.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

TypeFactory Class | NAnt.Core Namespace