Skip to main content

IOutput interface

Namespace: NextDesign.Desktop

Description

Provides access to output services.

Affiliation area

NameDescription
Search/error/outputA group of APIs to access error information, search results, and the output window.

Method

NameDescription
ClearClears the output for the specified category.
ClearAllClears all output.
WriteFormatLineAdds a string in the specified format to the specified category of output.
The replacement of the format string conforms to C#'s String.Format.
WriteLineAdds a string to the specified category of output.