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

Project Constructor

[This is preliminary documentation and subject to change.]

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