Click or drag to resize
IUserInterfaceWriteLine Method (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.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
void WriteLine(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:Landis.Core.IUserInterface.WriteLine(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Landis.Core.IUserInterface.WriteLine(System.String,System.Object[])"]

See Also