NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TypeFactory.ScanDir Method
[This is preliminary documentation and subject to change.]
Scans the path for any task assemblies and adds them.
[Visual Basic]
Public Shared Sub ScanDir( _
ByVal
path As
String, _
ByVal
task As
Task, _
ByVal
failOnError As
Boolean _
)
Parameters
-
path
- The directory to scan in.
-
task
- The Task which will be used to output messages to the build log.
-
failOnError
-
Boolean indicating whether scanning of the directory should halt on first error.
Remarks
Missing <remarks> documentation for M:NAnt.Core.TypeFactory.ScanDir(System.String,NAnt.Core.Task,System.Boolean)
See Also
TypeFactory Class | NAnt.Core Namespace