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

LoadTasksTask.AssemblyPath Property

[This is preliminary documentation and subject to change.]

An assembly to load tasks from.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.LoadTasksTask.AssemblyPath

See Also

LoadTasksTask Class | NAnt.Core.Tasks Namespace