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

TypeFactory Methods

The methods of the TypeFactory class are listed below. For a complete list of TypeFactory class members, see the TypeFactory Members topic.

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 Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

TypeFactory Class | NAnt.Core Namespace