In This Topic
Writes the value of a specified object's System.Object.ToString() method to the debugger by using the OutputDebugString function.
Syntax
'Declaration
Public Overloads Shared Sub WriteLine( _
ByVal As Object _
)
public static void WriteLine(
object
)
Parameters
- value
- An object whose name is sent to the debugger by using the OutputDebugString function.
See Also