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

Project.CreateTask Method

[This is preliminary documentation and subject to change.]

Creates a new from the given XmlNode.

Overload List

Creates a new from the given XmlNode.

public Task CreateTask(XmlNode);

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

public Task CreateTask(XmlNode,Target);

See Also

Project Class | NAnt.Core Namespace