Click or drag to resize
HeadingInfo Class
Models the heading part of an help text. You can assign it where you assign any String instance.
Inheritance Hierarchy
SystemObject
  X3Platform.CommandLine.TextHeadingInfo

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class HeadingInfo

The HeadingInfo type exposes the following members.

Constructors
  NameDescription
Public methodHeadingInfo(String)
Initializes a new instance of the HeadingInfo class specifying program name.
Public methodHeadingInfo(String, String)
Initializes a new instance of the HeadingInfo class specifying program name and version.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns the heading as a String.
(Overrides ObjectToString.)
Public methodWriteError
Writes out a string and a new line using the program name specified in the constructor and message parameter to standard error stream.
Public methodWriteMessage(String)
Writes out a string and a new line using the program name specified in the constructor and message parameter to standard output stream.
Public methodWriteMessage(String, TextWriter)
Writes out a string and a new line using the program name specified in the constructor and message parameter.
Top
Operators
Properties
  NameDescription
Public propertyStatic memberDefault
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.
Top
See Also