Initializes a new Project class with the given document, message threshold and indentation level.
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);
Project Class | NAnt.Core Namespace