In This Topic
Writes a specified message followed by a line terminator to the debugger by using the OutputDebugString function.
Syntax
'Declaration
Public Overloads Shared Sub WriteLine( _
ByVal As String _
)
public static void WriteLine(
string
)
Parameters
- message
- The message to write to the debugger.
See Also