NAnt SDK Documentation - v0.92

FrameworkInfo.TaskAssemblies Property

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.

Exceptions

Exception Type Condition
ArgumentException The framework is not valid.

See Also

FrameworkInfo Class | NAnt.Core Namespace