NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TypeFactory.ScanAssembly Method (Assembly, Task)
[This is preliminary documentation and subject to change.]
Scans the given assembly for tasks, types, functions and filters.
[Visual Basic]
Overloads Public Shared Function ScanAssembly( _
ByVal
assembly As
Assembly, _
ByVal
task As
Task _
) As
Boolean
Parameters
-
assembly
- The assembly to scan for tasks, types, functions and filters.
-
task
- The Task which will be used to output messages to the build log.
Return Value
true if assembly contains at least one "extension"; otherwise, false.
Remarks
Missing <remarks> documentation for M:NAnt.Core.TypeFactory.ScanAssembly(System.Reflection.Assembly,NAnt.Core.Task)
See Also
TypeFactory Class | NAnt.Core Namespace | TypeFactory.ScanAssembly Overload List