NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TypeFactory.ScanAssembly Method (String, 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
assemblyFile As
String, _
ByVal
task As
Task _
) As
Boolean
[C#]
public static
bool ScanAssembly(
string assemblyFile,
Task task);
Parameters
-
assemblyFile
- 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
Missing <returns> documentation for M:NAnt.Core.TypeFactory.ScanAssembly(System.String,NAnt.Core.Task)
Remarks
Missing <remarks> documentation for M:NAnt.Core.TypeFactory.ScanAssembly(System.String,NAnt.Core.Task)
See Also
TypeFactory Class | NAnt.Core Namespace | TypeFactory.ScanAssembly Overload List