Click or drag to resize

ConsoleUserInterface Class

An implementation for IUserInterface, which is based on the console.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchConsoleUserInterface

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class ConsoleUserInterface : IUserInterface

The ConsoleUserInterface type exposes the following members.

Constructors
  NameDescription
Public methodConsoleUserInterface
Initializes a new instance of the ConsoleUserInterface class
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 methodShowError
Displays an error message to the user.
Public methodShowInfo
Displays an informational message to the user.
Public methodShowVerbose
Displays a detail message to the user.
Public methodShowWarning
Displays a warning message to the user.
Public methodToString (Inherited from Object.)
Top
See Also