Click or drag to resize

ConsolePlus Methods

The ConsolePlus type exposes the following members.

Methods
  NameDescription
Public methodStatic memberWriteError(String)
Write an error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow).
Public methodStatic memberWriteError(String, Object)
Write a formatted error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow). Note: Internally, Console.WriteLine(format, args) is called.
Public methodStatic memberWriteMessage
Write a formatted message, with newline, to the system Console with the specified text color. Note: Internally, Console.WriteLine(format, args) is called.
Top
See Also