Debug Methods
.NET Framework 1.1
The methods of the Debug class are listed here. For a complete list of Debug class members, see the Debug Members topic.
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. |

