| DebugAssert Method |
| Name | Description | |
|---|---|---|
| Assert(Boolean) |
Checks for a condition; if the condition is false, displays a message box
that shows the call stack.
| |
| Assert(Boolean, String) |
Checks for a condition; if the condition is false, outputs a specified message
and displays a message box that shows the call stack.
|