Summary
Creates a new
from the given System.Xml.XmlNode.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public Task CreateTask(XmlNode taskNode)
Parameters
| Name | Type | Description |
|---|---|---|
| taskNode | XmlNode | The NAnt.Core.Task definition. |
Return Value
| Type | Description |
|---|---|
| Task | The new NAnt.Core.Task instance. |
