Documentation for the C# command-line option parsing library

IProgUsageInfo Interface

NOTE: This interface is now obsolete.

Use UsageBuilder instead


Interface for the parser to use to be able to print usage information for the given program.

For a list of all members of this type, see IProgUsageInfo Members.

public interface IProgUsageInfo

Types that implement IProgUsageInfo

Type Description
DefaultUsageInfo Obsolete. A simple, default implementation of IProgUsageInfo that is fairly easy to use

Remarks

The usage structure is similar to the Perl POD structure, of headers with description blocks. The implementation however is not as robust.

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

IProgUsageInfo Members | CommandLine.OptParse Namespace