This interface is implemented by components of the supporting diagnostics infrastructure, such as logging, debugging, tracing etc.

C# | Visual Basic | Managed C++ |
public interface IDiagnosticsComponent
Public Interface IDiagnosticsComponent
public interface class IDiagnosticsComponent

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | Class |
The type of the diagnostics component.
|
![]() | Enabled |
Indicates whether the component is enabled and accepts data, or enables/disables the component.
|
![]() | ResetComponent() |
Reset the state of the component and discard all diagnostics information stored within it.
|