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

Project.CreateTask Method (XmlNode, Target)

[This is preliminary documentation and subject to change.]

Creates a new Task from the given XmlNode within a Target.

[Visual Basic]
Overloads Public Function CreateTask( _
   ByVal taskNode As XmlNode, _
   ByVal target As Target _
) As Task
[C#]
public Task CreateTask(
   XmlNode taskNode,
   Target target
);

Parameters

taskNode
The Task definition.
target
The owner Target.

Return Value

The new Task instance.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Project.CreateTask(System.Xml.XmlNode,NAnt.Core.Target)

See Also

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