T_CommandLine_Text_HeadingInfo - adutton/commandline GitHub Wiki
Models the heading part of an help text. You can assign it where you assign any String instance.
System.Object
CommandLine.Text.HeadingInfo
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public class HeadingInfoVB
Public Class HeadingInfoC++
public ref class HeadingInfoF#
type HeadingInfo = class endThe HeadingInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
HeadingInfo | Initializes a new instance of the HeadingInfo class specifying program name and version. |
| Name | Description | |
|---|---|---|
![]()
|
Default | Gets the default heading instance. The title is retrieved from AssemblyTitleAttribute, or the assembly short name if its not defined. The version is retrieved from AssemblyInformationalVersionAttribute, or the assembly version if its not defined. |
![]()
|
Empty | An empty object used for initialization. |
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns the heading as a String. (Overrides Object.ToString().) |
![]() |
WriteError | Writes out a string and a new line using the program name specified in the constructor and message parameter to standard error stream. |
![]() |
WriteMessage(String) | Writes out a string and a new line using the program name specified in the constructor and message parameter to standard output stream. |
![]() |
WriteMessage(String, TextWriter) | Writes out a string and a new line using the program name specified in the constructor and message parameter. |
| Name | Description | |
|---|---|---|
![]()
|
Implicit(HeadingInfo to String) | Converts the heading to a String. |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |




