Summary
Creates a new instance of the
NAnt.Core.Filters.FilterBuilder
class
for the specified NAnt.Core.Filters.Filter
class in the specified
System.Reflection.Assembly
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- FilterBuilder
Syntax
public FilterBuilder(Assembly assembly, string className)
Remarks
An
NAnt.Core.Extensibility.ExtensionAssembly
for the specified System.Reflection.Assembly
is cached for future use.
Parameters
Name | Type | Description |
---|---|---|
assembly | Assembly | The System.Reflection.Assembly containing the NAnt.Core.Filters.Filter . |
className | string | The class representing the NAnt.Core.Filters.Filter . |
Return Value
Type | Description |
---|---|
void |