Project.

Project(XmlDocument, Level, int) Constructor

Summary

Initializes a new NAnt.Core.Project class with the given document, message threshold and indentation level.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public Project(XmlDocument doc, Level threshold, int indentLevel)

Parameters

Name Type Description
doc XmlDocument Any valid build format will do.
threshold Level The message threshold.
indentLevel int The project indentation level.

Return Value

Type Description
void