Debug Members
Public Properties
![]() AutoFlush Supported by the .NET Compact Framework. | Gets or sets a value indicating whether Flush should be called on the Listeners after every write. |
![]() IndentLevel Supported by the .NET Compact Framework. | Gets or sets the indent level. |
![]() IndentSize Supported by the .NET Compact Framework. | Gets or sets the number of spaces in an indent. |
![]() Listeners Supported by the .NET Compact Framework. | Gets the collection of listeners that is monitoring the debug output. |
Public Methods
![]() Assert Supported by the .NET Compact Framework. | Overloaded. Checks for a condition and displays a message if the condition is false. |
![]() Close Supported by the .NET Compact Framework. | Flushes the output buffer and then closes the Listeners. |
![]() Fail Supported by the .NET Compact Framework. | Overloaded. Emits an error message. |
![]() Flush Supported by the .NET Compact Framework. | Flushes the output buffer and causes buffered data to write to the Listeners collection. |
![]() Indent | Increases the current IndentLevel by one. |
![]() Unindent | Decreases the current IndentLevel by one. |
![]() Write Supported by the .NET Compact Framework. | Overloaded. Writes information about the debug to the trace listeners in the Listeners collection. |
![]() WriteIf Supported by the .NET Compact Framework. | Overloaded. Writes information about the debug to the trace listeners in the Listeners collection if a condition is true. |
![]() WriteLine Supported by the .NET Compact Framework. | Overloaded. Writes information about the debug to the trace listeners in the Listeners collection. |
![]() WriteLineIf Supported by the .NET Compact Framework. | Overloaded. Writes information about the debug to the trace listeners in the Listeners collection if a condition is true. |


