VB.NET Language in a Nutshell
| Debug.AutoFlush Property |
Class
System.Diagnostics.Debug
Syntax
Debug.AutoFlush
Return Value
Boolean
Description
Sets or returns a Boolean value indicating whether each Write should be automatically followed by a Flush operation. By default, its value is False .
See Also
Debug.Flush Method