Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top (c) Meriworks 2002-2022