Writes the value of a specified object's System.Object.ToString() method
to the debugger by using the OutputDebugString function.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public static void WriteLine( Object value ) |
Visual Basic |
---|
Public Shared Sub WriteLine ( _ value As Object _ ) |
Parameters
- value
- Type: System..::..Object
An object whose name is sent to the debugger by using the OutputDebugString function.