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

Project Constructor (XmlDocument, Level, Int32)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Project.#ctor(System.Xml.XmlDocument,NAnt.Core.Level,System.Int32)

See Also

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