Writes the name of the value parameter to the trace listeners in the Listeners collection.
[Visual Basic] Overloads Public Shared Sub Write( _ ByVal value As Object _ ) [C#] public static void Write( object value ); [C++] public: static void Write( Object* value ); [JScript] public static function Write( value : Object );
By default, the output is written to the managed code debuggers, the Microsoft.Win32.Interop.Windows.OutputDebugString API and to the Log method.
Trace Class | Trace Members | System.Diagnostics Namespace | Trace.Write Overload List | Debug | Trace | BooleanSwitch | TraceSwitch | TraceListener | DefaultTraceListener | ConditionalAttribute | ConditionalAttribute | ConditionalAttribute