Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / Trace Class / WriteLine Method / WriteLine(Object) Method
An object whose name is sent to the debugger by using the OutputDebugString function.

In This Topic
    WriteLine(Object) Method
    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 value As Object _
    ) 
    public static void WriteLine( 
       object value
    )

    Parameters

    value
    An object whose name is sent to the debugger by using the OutputDebugString function.
    See Also