Click or drag to resize
IUserInterface Methods

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
See Also