|
Class |
Description |
 |
AssemblyLicenseAttribute |
Models a multiline assembly license text. |
 |
AssemblyUsageAttribute |
Models a multiline assembly usage text. |
 |
CopyrightInfo |
Models the copyright part of an help text. You can assign it where you assign any String instance. |
 |
Example |
Models a command line usage example. |
 |
ExampleExtensions |
|
 |
HeadingInfo |
Models the heading part of an help text. You can assign it where you assign any String instance. |
 |
HelpText |
|
 |
MultilineTextAttribute |
Provides base properties for creating an attribute, used to define multiple lines of text. |
 |
SentenceBuilder |
Exposes standard delegates to provide a mean to customize part of help screen generation. This type is consumed by HelpText. |
 |
SentenceBuilder.DefaultSentenceBuilder |
|
 |
TextWrapper |
A utility class to word-wrap and indent blocks of text |
 |
UsageAttribute |
Applied to a static property that yields a sequence of Example, provides data to render usage section of help screen. |