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

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

AddProject Adds any task assemblies in the project base directory and its tasks subdirectory.
CreateDataTypeMissing <summary> documentation for M:NAnt.Core.TypeFactory.CreateDataType(System.Xml.XmlNode,NAnt.Core.Project)
CreateFilterMissing <summary> documentation for M:NAnt.Core.TypeFactory.CreateFilter(System.Xml.XmlNode,NAnt.Core.Element)
CreateTask Creates a new Task instance for the given XML and Project.
LookupFunction Looks up a function by name.
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) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

TypeFactory Class | NAnt.Core Namespace