Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / Trace Class / WriteLine Method

In This Topic
    WriteLine Method
    In This Topic
    Writes the value of a specified object's System.Object.ToString() method to the debugger by using the OutputDebugString function.
    Overload List
    OverloadDescription
    Writes the value of a specified object's System.Object.ToString() method to the debugger by using the OutputDebugString function.  
    Writes a specified message followed by a line terminator to the debugger by using the OutputDebugString function.  
    Writes a formatted string followed by a line terminator to the debugger by using the OutputDebugString function.  
    See Also