Click or drag to resize
IUserInterface Interface
The user interface for Landis.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public interface IUserInterface

The IUserInterface type exposes the following members.

Methods
  NameDescription
Public methodCreateProgressMeter
Public methodWriteLine
Writes a line terminator to the user interface and the application log.
Public methodWriteLine(String)
Writes a string followed by a line terminator to the user interface and the application log.
Public methodWriteLine(String, Object)
Writes a formatted string to the user interface and the application log, using the same semantics as System.String.Format. A line terminator is written after the formatted string.
Top
Properties
  NameDescription
Public propertyConsoleOut
Public propertyTextWriter
Access the user interface as a text writer.
Top
See Also