Tracer Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndent(Int32)

Increases the indent level by count.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodShouldTrace(TraceEventType)

Determines whether trace listeners should be called, based on the trace event type.

System_CAPS_pubmethodToString()

Converts the tracer to a string.(Overrides Object::ToString().)

System_CAPS_pubmethodTrace(TraceEventType, String^)

Traces an event.

System_CAPS_pubmethodTrace(TraceEventType, String^, Object^)

Traces an event.

System_CAPS_pubmethodTrace(TraceEventType, String^, Object^, Object^)

Traces an event.

System_CAPS_pubmethodTrace(TraceEventType, String^, array<Object^>^)

Traces an event.

System_CAPS_pubmethodTraceError(String^)

Traces an error event.

System_CAPS_pubmethodTraceError(String^, Object^)

Traces an error event.

System_CAPS_pubmethodTraceError(String^, Object^, Object^)

Traces an error event.

System_CAPS_pubmethodTraceError(String^, array<Object^>^)

Traces an error event.

System_CAPS_pubmethodTraceException(Exception^, TraceEventType)

Traces an exception.

System_CAPS_pubmethodTraceInformation(String^)

Traces an information event.

System_CAPS_pubmethodTraceInformation(String^, Object^)

Traces an information event.

System_CAPS_pubmethodTraceInformation(String^, Object^, Object^)

Traces an information event.

System_CAPS_pubmethodTraceInformation(String^, array<Object^>^)

Traces an information event.

System_CAPS_pubmethodTraceVerbose(String^)

Traces a verbose event.

System_CAPS_pubmethodTraceVerbose(String^, Object^)

Traces a verbose event.

System_CAPS_pubmethodTraceVerbose(String^, Object^, Object^)

Traces a verbose event.

System_CAPS_pubmethodTraceVerbose(String^, array<Object^>^)

Traces a verbose event.

System_CAPS_pubmethodTraceWarning(String^)

Traces a warning event.

System_CAPS_pubmethodTraceWarning(String^, Object^)

Traces a warning event.

System_CAPS_pubmethodTraceWarning(String^, Object^, Object^)

Traces a warning event.

System_CAPS_pubmethodTraceWarning(String^, array<Object^>^)

Traces a warning event.

Return to top
Show: