Namespace ImageVault.Common.Lib.Configuration.CommandLine
Classes
CommandLineAliasAttribute
This class implements an alias attribute to work in conjunction with the CommandLineSwitchAttribute attribute. If the CommandLineSwitchAttribute exists, then this attribute defines an alias for it.
CommandLineParametersBase
The CommandLineParametersBase is a baseclass for creating a application specific command line parameters class.
CommandLineSwitchAttribute
Implements a basic command-line switch by taking the switching name and the associated description.
Parser
Implementation of a command-line parsing class. Is capable of having switches registered with it directly or can examine a registered class for any properties with the appropriate attributes appended to them.
Parser.SwitchInfo
A simple internal class for passing back to the caller some information about the switch. The internals/implementation of this class has privillaged access to the contents of the SwitchRecord class.