NAnt SDK Documentation - v0.92

Project Constructor (XmlDocument, Level, Int32)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal doc As XmlDocument, _
   ByVal threshold As Level, _
   ByVal indentLevel As Integer _
)
[C#]
public Project(
   XmlDocument doc,
   Level threshold,
   int indentLevel
);

Parameters

doc
Any valid build format will do.
threshold
The message threshold.
indentLevel
The project indentation level.

See Also

Project Class | NAnt.Core Namespace | Project Constructor Overload List