HeadingInfoWriteMessage Method (String, TextWriter) |
Writes out a string and a new line using the program name specified in the constructor
and message parameter.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic void WriteMessage(
string message,
TextWriter writer
)
public:
void WriteMessage(
String^ message,
TextWriter^ writer
)
Parameters
- message
- Type: SystemString
The String message to write. - writer
- Type: System.IOTextWriter
The target TextWriter derived type.
Exceptions
See Also