ConsoleUtils MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ConsoleUtils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberError
Shows message with colored error header
Public methodStatic memberInfo
Shows message with colored info header
Public methodStatic memberReadPassword
Reads password from console displaying substitute characters instead of real ones
Public methodStatic memberReadPasswordToSecureBuffer
Reads password from console displaying substitute characters instead of real ones into a sealed SecureBuffer
Public methodStatic memberWarning
Shows message with colored warning header
Public methodStatic memberWriteMarkupContent(String)
Outputs colored text from content supplied in an HTML-like grammar:
Public methodStatic memberWriteMarkupContent(String, Char, Char)
Outputs colored text from content supplied in an HTML-like grammar
Public methodStatic memberWriteMarkupContentAsHTML(String, Encoding, Char, Char, String, String, String, ConsoleColor, ConsoleColor)
Public methodStatic memberWriteMarkupContentAsHTML(Stream, String, Encoding, Char, Char, String, String, String, ConsoleColor, ConsoleColor)
Public methodStatic memberWriteMarkupContentAsHTML(TextWriter, String, Encoding, Char, Char, String, String, String, ConsoleColor, ConsoleColor)
Back to Top
See Also