Table of Contents

Interface IOutput

Namespace
Loehnert.Lisrt.Scripting.OutputTool
Assembly
Loehnert.Lisrt.Scripting.dll

Represents an interface for an output tool.

public interface IOutput : ITool, ILayoutItem, IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged
Inherited Members
IHaveDisplayName.DisplayName
IActivate.Activate()
IActivate.IsActive
IActivate.Activated
IDeactivate.AttemptingDeactivation
IDeactivate.Deactivated
INotifyPropertyChangedEx.Refresh()
INotifyPropertyChangedEx.IsNotifying

Properties

Writer

Gets the text writer.

TextWriter Writer { get; }

Property Value

TextWriter

Methods

Append(string)

Appends a text.

void Append(string text)

Parameters

text string

Text to append.

AppendLine(string)

Appends a text as line.

void AppendLine(string text)

Parameters

text string

Text to append.

Clear()

Clears all text.

void Clear()