Mono Class Library: System.Diagnostics.Debug Overview | Members

System.Diagnostics.Debug.Write Overloads

The overloads of Write are listed below. For a list of all members, see the Debug Members list.

Public Methods

static
Write(object)
Send value to all System.Diagnostics.TraceListener objects in the Debug.Listeners collection.
static
Write(string)
Send message to all System.Diagnostics.TraceListener objects in the Debug.Listeners collection.
static
Write(object, string)
Send value and its category category to all System.Diagnostics.TraceListener objects in the Debug.Listeners collection.
static
Write(string, string)
Send message and its category message to all System.Diagnostics.TraceListener objects in the Debug.Listeners collection.