NAnt SDK Documentation - v0.92

LoadTasksTask.AssemblyPath Property

An assembly to load tasks from.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="assembly", ExpandProperties:=True, ProcessXml:=True)>
Public Property AssemblyPath As FileInfo
[C#]
[TaskAttribute(Required=False, Name="assembly", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo AssemblyPath {get; set;}

See Also

LoadTasksTask Class | NAnt.Core.Tasks Namespace