|
| Class | Description |
|---|
.gif) | BooleanSwitch | Provides a simple on/off switch that controls debugging and tracing output. |
.gif) | ConditionalAttribute | Indicates to compilers that a method call or attribute should be ignored unless a specified conditional compilation symbol is defined. |
.gif) | ConsoleTraceListener | Directs tracing or debugging output to either the standard output or the standard error stream. |
.gif) | CorrelationManager | Correlates traces that are part of a logical transaction. |
.gif) | CounterCreationData | Defines the counter type, name, and Help string for a custom counter. |
.gif) | CounterCreationDataCollection | Provides a strongly typed collection of CounterCreationData objects. |
.gif) | CounterSampleCalculator | Provides a set of utility functions for interpreting performance counter data. |
.gif) | DataReceivedEventArgs | Provides data for the OutputDataReceived and ErrorDataReceived events. |
.gif) | Debug | Provides a set of methods and properties that help debug your code. This class cannot be inherited. |
.gif) | DebuggableAttribute | Modifies code generation for runtime just-in-time (JIT) debugging. This class cannot be inherited. |
.gif) | Debugger | Enables communication with a debugger. This class cannot be inherited. |
.gif) | DebuggerBrowsableAttribute | Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited. |
.gif) | DebuggerDisplayAttribute | Determines how a class or field is displayed in the debugger variable windows. |
.gif) | DebuggerHiddenAttribute | Specifies the DebuggerHiddenAttribute. This class cannot be inherited. |
.gif) | DebuggerNonUserCodeAttribute | Identifies a type or member that is not part of the user code for an application. |
.gif) | DebuggerStepperBoundaryAttribute | Indicates the code following the attribute is to be executed in run, not step, mode. |
.gif) | DebuggerStepThroughAttribute | Specifies the DebuggerStepThroughAttribute. This class cannot be inherited. |
.gif) | DebuggerTypeProxyAttribute | Specifies the display proxy for a type. |
.gif) | DebuggerVisualizerAttribute | Specifies that the type has a visualizer. This class cannot be inherited. |
.gif) | DefaultTraceListener | Provides the default output methods and behavior for tracing. |
.gif) | DelimitedListTraceListener | Directs tracing or debugging output to a text writer, such as a stream writer, or to a stream, such as a file stream. |
.gif) | DiagnosticsConfigurationHandler | Infrastructure. Obsolete. Handles the diagnostics section of configuration files. |
.gif) | EntryWrittenEventArgs | Provides data for the EntryWritten event. |
.gif) | EventInstance | Represents language-neutral information for an event log entry. |
.gif) | EventLog | Provides interaction with Windows event logs. |
.gif) | EventLogEntry | Encapsulates a single record in the event log. This class cannot be inherited. |
.gif) | EventLogEntryCollection | Defines size and enumerators for a collection of EventLogEntry instances. |
.gif) | EventLogInstaller | Allows you to install and configure an event log that your application reads from or writes to when running. |
.gif) | EventLogPermission | Allows control of code access permissions for event logging. |
.gif) | EventLogPermissionAttribute | Allows declaritive permission checks for event logging. |
.gif) | EventLogPermissionEntry | Defines the smallest unit of a code access security permission that is set for an EventLog. |
.gif) | EventLogPermissionEntryCollection | Contains a strongly typed collection of EventLogPermissionEntry objects. |
.gif) | EventLogTraceListener | Provides a simple listener that directs tracing or debugging output to an EventLog. |
.gif) | EventSchemaTraceListener | Directs tracing or debugging output of end-to-end events to an XML-encoded, schema-compliant log file. |
.gif) | EventSourceCreationData | Represents the configuration settings used to create an event log source on the local computer or a remote computer. |
.gif) | EventTypeFilter | Indicates whether a listener should trace based on the event type. |
.gif) | FileVersionInfo | Provides version information for a physical file on disk. |
.gif) | InstanceData | Holds instance data associated with a performance counter sample. |
.gif) | InstanceDataCollection | Provides a strongly typed collection of InstanceData objects. |
.gif) | InstanceDataCollectionCollection | Provides a strongly typed collection of InstanceDataCollection objects. |
.gif) | MonitoringDescriptionAttribute | Specifies a description for a property or event. |
.gif) | PerformanceCounter | Represents a Windows NT performance counter component. |
.gif) | PerformanceCounterCategory | Represents a performance object, which defines a category of performance counters. |
.gif) | PerformanceCounterInstaller | Specifies an installer for the PerformanceCounter component. |
.gif) | PerformanceCounterManager | Infrastructure. Obsolete. Prepares performance data for the performance.dll the system loads when working with performance counters. |
.gif) | PerformanceCounterPermission | Allows control of code access permissions for PerformanceCounter. |
.gif) | PerformanceCounterPermissionAttribute | Allows declaritive performance counter permission checks. |
.gif) | PerformanceCounterPermissionEntry | Defines the smallest unit of a code access security permission that is set for a PerformanceCounter. |
.gif) | PerformanceCounterPermissionEntryCollection | Contains a strongly typed collection of PerformanceCounterPermissionEntry objects. |
.gif) | PresentationTraceSources | Provides debug tracing support that is specifically targeted for Windows Presentation Foundation (WPF) applications. This is an abstract class. |
.gif) | Process | Provides access to local and remote processes and enables you to start and stop local system processes. |
.gif) | ProcessModule | Represents a.dll or .exe file that is loaded into a particular process. |
.gif) | ProcessModuleCollection | Provides a strongly typed collection of ProcessModule objects. |
.gif) | ProcessStartInfo | Specifies a set of values that are used when you start a process. |
.gif) | ProcessThread | Represents an operating system process thread. |
.gif) | ProcessThreadCollection | Provides a strongly typed collection of ProcessThread objects. |
.gif) | SourceFilter | Indicates whether a listener should trace a message based on the source of a trace. |
.gif) | SourceSwitch | Provides a multilevel switch to control tracing and debug output without recompiling your code. |
.gif) | StackFrame | Provides information about a StackFrame, which represents a function call on the call stack for the current thread. |
.gif) | StackTrace | Represents a stack trace, which is an ordered collection of one or more stack frames. |
.gif) | Stopwatch | Provides a set of methods and properties that you can use to accurately measure elapsed time. |
.gif) | Switch | Provides an abstract base class to create new debugging and tracing switches. |
.gif) | SwitchAttribute | Identifies a switch used in an assembly, class, or member. |
.gif) | SwitchLevelAttribute | Identifies the level type for a switch. |
.gif) | TextWriterTraceListener | Directs tracing or debugging output to a TextWriter or to a Stream, such as FileStream. |
.gif) | Trace | Provides a set of methods and properties that help you trace the execution of your code. This class cannot be inherited. |
.gif) | TraceEventCache | Provides trace event data specific to a thread and a process. |
.gif) | TraceFilter | Provides the base class for trace filter implementations. |
.gif) | TraceListener | Provides the abstract base class for the listeners who monitor trace and debug output. |
.gif) | TraceListenerCollection | Provides a thread-safe list of TraceListener objects. |
.gif) | TraceSource | Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source. |
.gif) | TraceSwitch | Provides a multilevel switch to control tracing and debug output without recompiling your code. |
.gif) | UnescapedXmlDiagnosticData | Provides unescaped XML data for the logging of user-provided trace data. |
.gif) | XmlWriterTraceListener | Directs tracing or debugging output as XML-encoded data to a TextWriter or to a Stream, such as a FileStream. |