NAnt SDK Documentation - v0.92

Project Constructor

Initializes a new Project class with the given document, message threshold and indentation level.

Overload List

Initializes a new Project class with the given source, message threshold and indentation level.

public Project(string,Level,int);

Initializes a new Project class with the given source, message threshold and indentation level, and using the specified XmlNode to load internal configuration settings.

public Project(string,Level,int,XmlNode);

Initializes a new Project class with the given document, message threshold and indentation level.

public Project(XmlDocument,Level,int);

Initializes a new Project class with the given document, message threshold and indentation level, and using the specified XmlNode to load internal configuration settings.

public Project(XmlDocument,Level,int,XmlNode);

See Also

Project Class | NAnt.Core Namespace