Summary
Initializes a new instance of the
NAnt.Core.Util.CommandLineParser class
using possible arguments deducted from the specific System.Type.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineParser
Syntax
public CommandLineParser(Type argumentSpecification, bool supportsResponseFile)
Parameters
| Name | Type | Description |
|---|---|---|
| argumentSpecification | Type | The System.Type from which the possible command-line arguments should be retrieved. |
| supportsResponseFile | bool | A bool value indicating whether or not a response file is able to be used. |
Return Value
| Type | Description |
|---|---|
| void |
