Summary
Gets the command-line arguments for the external program.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
public override string ProgramArguments { get; }
Value
Type | Description |
---|---|
string |
A string that contains the command-line
arguments for the external program.
|