Show / Hide Table of Contents

Class ConsoleTextOutputProvider

Implementation of ITextOutputProvider that outputs messages to the system console.

Inheritance
object
ConsoleTextOutputProvider
Implements
ITextOutputProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class ConsoleTextOutputProvider : ITextOutputProvider

Methods

| Edit this page View Source

Write(string)

Write text to output without an ending newline

Declaration
public void Write(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

WriteLine()

Write a new line to the console

Declaration
public void WriteLine()
| Edit this page View Source

WriteLine(string)

Write a message to the console

Declaration
public void WriteLine(string line)
Parameters
Type Name Description
string line

Implements

ITextOutputProvider
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com