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.