C# (CSharp) RJH.CommandLineHelper Пространство имен

Пространства имен

RJH.CommandLineHelper.Test

Классы

Имя Описание
CommandLineAliasAttribute
CommandLineSwitchAttribute
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.
Parser.SwitchRecord The SwitchRecord is stored within the parser's collection of registered switches. This class is private to the outside world.