NAnt SDK Documentation - v0.92

FilterBuilder Members

FilterBuilder overview

Public Instance Constructors

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

Public Instance Properties

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

CreateFilter 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Properties

Assembly (inherited from ExtensionBuilder) Gets the Assembly from which the extension will be created.

See Also

FilterBuilder Class | NAnt.Core.Filters Namespace