CommandLine
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes
Package CommandLine.Text

Classes

class  AssemblyLicenseAttribute
 Models a multiline assembly license text. More...
 
class  AssemblyUsageAttribute
 Models a multiline assembly usage text. More...
 
class  CopyrightInfo
 Models the copyright part of an help text. You can assign it where you assign any System.String instance. More...
 
class  HeadingInfo
 Models the heading part of an help text. You can assign it where you assign any System.String instance. More...
 
class  HelpText
 Provides means to format an help screen. You can assign it in place of a System.String instance. More...
 
class  MultilineTextAttribute
 Provides base properties for creating an attribute, used to define multiple lines of text. More...
 
class  SentenceBuilder
 Exposes standard delegates to provide a mean to customize part of help screen generation. This type is consumed by CommandLine.Text.HelpText. More...