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

FilterBuilder.Assembly Property

[This is preliminary documentation and subject to change.]

Gets the Assembly from which the filter will be created.

[Visual Basic]
Public ReadOnly Property Assembly As Assembly
[C#]
public System.Reflection.Assembly Assembly {get;}

Property Value

The Assembly containing the filter.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Filters.FilterBuilder.Assembly

See Also

FilterBuilder Class | NAnt.Core.Filters Namespace