Parses NAnt properties and expressions
For a list of all members of this type, see ExpandProperties Members.
System.Object
NAnt.Core.Element
NAnt.Core.Filters.ChainableReader
NAnt.Core.Filters.Filter
NAnt.Core.Filters.ExpandProperties
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This filter parses any NAnt properties or expressions found in its input, inlining their values in its output.
Note: Due to limitations on buffering, expressions longer than 2048 characters are not guaranteed to be expanded.
Filters are intended to be used as a element of a FilterChain.
Replace all properties with their corresponding values.
<expandproperties />
Namespace: NAnt.Core.Filters
Assembly: NAnt.Core (in NAnt.Core.dll)
ExpandProperties Members | NAnt.Core.Filters Namespace