This documentation is archived and is not being maintained.
Tracer Methods
Namespace:
Microsoft.VisualStudio.UtilitiesAssembly:
Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description |
|---|
 | Equals(Object^) | |
 | Finalize() | |
 | GetHashCode() | |
 | GetType() | |
 | Indent(Int32) | Increases the indent level by count. |
 | MemberwiseClone() | |
 | ShouldTrace(TraceEventType) | Determines whether trace listeners should be called, based on the trace event type. |
 | ToString() | |
 | Trace(TraceEventType, String^) | |
 | Trace(TraceEventType, String^, Object^) | |
 | Trace(TraceEventType, String^, Object^, Object^) | |
 | Trace(TraceEventType, String^, array<Object^>^) | |
 | TraceError(String^) | |
 | TraceError(String^, Object^) | |
 | TraceError(String^, Object^, Object^) | |
 | TraceError(String^, array<Object^>^) | |
 | TraceException(Exception^, TraceEventType) | |
 | TraceInformation(String^) | Traces an information event. |
 | TraceInformation(String^, Object^) | Traces an information event. |
 | TraceInformation(String^, Object^, Object^) | Traces an information event. |
 | TraceInformation(String^, array<Object^>^) | Traces an information event. |
 | TraceVerbose(String^) | |
 | TraceVerbose(String^, Object^) | |
 | TraceVerbose(String^, Object^, Object^) | |
 | TraceVerbose(String^, array<Object^>^) | |
 | TraceWarning(String^) | |
 | TraceWarning(String^, Object^) | |
 | TraceWarning(String^, Object^, Object^) | |
 | TraceWarning(String^, array<Object^>^) | |
Return to top