.NET Framework Class Library
Debug..::.WriteLine Method

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

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteLine(Object)Writes the value of the object's ToString method to the trace listeners in the Listeners collection.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteLine(String)Writes a message followed by a line terminator to the trace listeners in the Listeners collection.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteLine(Object, String)Writes a category name and the value of the object's ToString method to the trace listeners in the Listeners collection.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteLine(String, String)Writes a category name and message to the trace listeners in the Listeners collection.
Top
See Also

Reference

Tags :


Page view tracker