HeadingInfo Class |
Namespace: X3Platform.CommandLine.Text
The HeadingInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | HeadingInfo(String) |
Initializes a new instance of the HeadingInfo class
specifying program name.
|
![]() | HeadingInfo(String, String) |
Initializes a new instance of the HeadingInfo class
specifying program name and version.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns the heading as a String.
(Overrides ObjectToString.) |
![]() | 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 | |
---|---|---|
![]() ![]() | (HeadingInfo to String) |
Converts the heading to a String.
|
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.
|