IStatusReporterTypeResolver Interface

Definition

The IStatusReporter provides an abstraction for reporting status through the DiagnosticsController. The IStatusReporterTypeResolver provides an abstraction for enumerating and providing the IStatusReporter implementations that should participate in this process.

public interface IStatusReporterTypeResolver
type IStatusReporterTypeResolver = interface
Public Interface IStatusReporterTypeResolver
Derived

Methods

GetReporterTypes(IEnumerable<Assembly>)

Gets the set of IStatusReporter implementations.

Applies to