IUserInterface Interface |
Namespace: Landis.Core
The IUserInterface type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateProgressMeter | |
![]() | WriteLine |
Writes a line terminator to the user interface and the application
log.
|
![]() | WriteLine(String) |
Writes a string followed by a line terminator to the user
interface and the application log.
|
![]() | WriteLine(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.
|
Name | Description | |
---|---|---|
![]() | ConsoleOut | |
![]() | TextWriter |
Access the user interface as a text writer.
|