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

IldasmTask.Arguments Property

[This is preliminary documentation and subject to change.]

The command-line arguments for the external program.

[Visual Basic]
Overrides Public ReadOnly Property Arguments As ArgumentCollection
[C#]
public override NAnt.Core.Types.ArgumentCollection Arguments {get;}

Remarks

Overridden to ensure the <arg> elements would not be exposed to build authors.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace