Classes
| Class | Description | |||||
|---|---|---|---|---|---|---|
![]() | BaseCommandLineOption |
Base class for all the command line options
| ||||
![]() | BoolCommandLineOption |
This class represents a switch command line option
| ||||
![]() | CommandLineManager |
Manage the command line option and is used to register and retreive option value.
Proces must call to analyse the command line
| ||||
![]() | ValueCommandLineOption |
This class is used with a value command line. Ex /out:myfilename.xml
| ||||
Copy Code | |
|---|---|
|
ValueCommandLineOption _OutputCommandLineOption = new ValueCommandLineOption(new string[] { "o:", "out:" }); | |
