Show / Hide Table of Contents

Interface ITextOutputProvider

Interface for handling text output from commands

Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public interface ITextOutputProvider

Methods

| Edit this page View Source

Write(string)

Write text to output without an ending newline

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

WriteLine()

Write a new line to the output

Declaration
void WriteLine()
| Edit this page View Source

WriteLine(string)

Write a line of text to output

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

Text to write

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