NAnt SDK Documentation - v0.85-nightly-2005-11-09

FilterBuilder Members

FilterBuilder overview

Public Instance Constructors

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

Public Instance Properties

Assembly Gets the Assembly from which the filter will be created.
ClassName Gets the name of the Filter class that can be created using this FilterBuilder.
FilterName Gets the name of the filter which the FilterBuilder can create.

Public Instance Methods

CreateFilterMissing <summary> documentation for M:NAnt.Core.Filters.FilterBuilder.CreateFilter
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

FilterBuilder Class | NAnt.Core.Filters Namespace