IOutput interface
Namespace: NextDesign.Desktop
Description
Provides access to output services.
Affiliation area
Name | Description |
---|---|
Search/error/output | A group of APIs to access error information, search results, and the output window. |
Method
Name | Description |
---|---|
Clear | Clears the output for the specified category. |
ClearAll | Clears all output. |
WriteFormatLine | Adds a string in the specified format to the specified category of output. The replacement of the format string conforms to C#'s String.Format. |
WriteLine | Adds a string to the specified category of output. |