[This is preliminary documentation and is subject to change.]
The ConsoleUtils type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() ![]() | Error |
Shows message with colored error header
|
![]() ![]() | Info |
Shows message with colored info header
|
![]() ![]() | ReadPassword |
Reads password from console displaying substitute characters instead of real ones
|
![]() ![]() | ReadPasswordToSecureBuffer |
Reads password from console displaying substitute characters instead of real ones
into a sealed SecureBuffer
|
![]() ![]() | Warning |
Shows message with colored warning header
|
![]() ![]() | WriteMarkupContent(String) |
Outputs colored text from content supplied in an HTML-like grammar:
|
![]() ![]() | WriteMarkupContent(String, Char, Char) |
Outputs colored text from content supplied in an HTML-like grammar
|
![]() ![]() | WriteMarkupContentAsHTML(String, Encoding, Char, Char, String, String, String, ConsoleColor, ConsoleColor) | |
![]() ![]() | WriteMarkupContentAsHTML(Stream, String, Encoding, Char, Char, String, String, String, ConsoleColor, ConsoleColor) | |
![]() ![]() | WriteMarkupContentAsHTML(TextWriter, String, Encoding, Char, Char, String, String, String, ConsoleColor, ConsoleColor) |
See Also