Constructor. Loads the command line parameters.
See the examples below.
This is an example that sends in Windows arguments:
MyApp.exe -debug /file:log.txtThis is an example that sends in Unix arguments:
MyApp.exe -D --file log.txt --debug=yes
ArgvConfigSource Class | Nini.Config Namespace