0 out of 5 rated this helpful - Rate this topic

Debug.WriteLine Method

Writes information about the debug to the trace listeners in the Listeners collection.

Name Description
Debug.WriteLine (Object) Writes the value of the object's ToString method to the trace listeners in the Listeners collection.

Supported by the .NET Compact Framework.

Debug.WriteLine (String) Writes a message followed by a line terminator to the trace listeners in the Listeners collection.

Supported by the .NET Compact Framework.

Debug.WriteLine (Object, String) Writes a category name and the value of the object's ToString method to the trace listeners in the Listeners collection.

Supported by the .NET Compact Framework.

Debug.WriteLine (String, String) Writes a category name and message to the trace listeners in the Listeners collection.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.