[This is preliminary documentation and subject to change.]
Represents a command-line argument.
For a list of all members of this type, see Argument Members.
System.Object
NAnt.Core.Element
NAnt.Core.Types.Argument
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Missing <remarks> documentation for T:NAnt.Core.Types.Argument
A single command-line argument containing a space character.
<arg value="-l -a" />
Two separate command-line arguments.
<arg line="-l -a" />
A single command-line argument with the value \dir;\dir2;\dir3
on DOS-based systems and /dir:/dir2:/dir3
on Unix-like systems.
<arg path="/dir;/dir2:\dir3" />
Namespace: NAnt.Core.Types
Assembly: NAnt.Core (in NAnt.Core.dll)
Argument Members | NAnt.Core.Types Namespace