The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Debug::WriteLine Method
.NET Framework (current version)
Writes information about the debug to the trace listeners in the Listeners collection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | WriteLine(Object^) | |
![]() ![]() | WriteLine(Object^, String^) | |
![]() ![]() | WriteLine(String^) | Writes a message followed by a line terminator to the trace listeners in the Listeners collection. |
![]() ![]() | WriteLine(String^, array<Object^>^) | Writes a formatted message followed by a line terminator to the trace listeners in the Listeners collection. |
![]() ![]() | WriteLine(String^, String^) | Writes a category name and message to the trace listeners in the Listeners collection. |
Show:

