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

FrameworkInfo.TaskAssemblies Property

[This is preliminary documentation and subject to change.]

Gets the set of assemblies and directories that should scanned for NAnt tasks, types or functions.

[Visual Basic]
Public ReadOnly Property TaskAssemblies As FileSet
[C#]
public Types.FileSet TaskAssemblies {get;}

Property Value

The set of assemblies and directories that should be scanned for NAnt tasks, types or functions.

Remarks

Missing <remarks> documentation for P:NAnt.Core.FrameworkInfo.TaskAssemblies

See Also

FrameworkInfo Class | NAnt.Core Namespace