Sends a string to the debugger for display.
[DllImport("kernel32.dll")]
static extern void OutputDebugString(string lpOutputString);
<DllImport("kernel32.dll")> _
Shared Sub OutputDebugString(ByVal lpOutputString As String)
End Sub
None.
None.
Please add some!
Please add some!
System.Diagnostics.Debugger.Log