NAnt SDK Documentation - v0.92

FilterBuilder Constructor 

Creates a new instance of the FilterBuilder class for the specified Filter class in the specified Assembly.

[Visual Basic]
Overloads Public Sub New( _
   ByVal assembly As Assembly, _
   ByVal className As String _
)
[C#]
public FilterBuilder(
   Assembly assembly,
   string className
);

Parameters

assembly
The Assembly containing the Filter.
className
The class representing the Filter.

Remarks

An ExtensionAssembly for the specified Assembly is cached for future use.

See Also

FilterBuilder Class | NAnt.Core.Filters Namespace