Click or drag to resize

ConsoleUserInterfaceShowInfo Method

Displays an informational message to the user.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void ShowInfo(
	string topic,
	string message,
	string detailedMessage = null
)

Parameters

topic
Type: SystemString
The topic of the message.
message
Type: SystemString
The message.
detailedMessage (Optional)
Type: SystemString
Additional information.

Implements

IUserInterfaceShowInfo(String, String, String)
See Also