IStatusReporterTypeResolver.GetReporterTypes Method

Definition

Gets the set of IStatusReporter implementations.

public System.Collections.Generic.ICollection<Type> GetReporterTypes (System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies);
abstract member GetReporterTypes : seq<System.Reflection.Assembly> -> System.Collections.Generic.ICollection<Type>
Public Function GetReporterTypes (assemblies As IEnumerable(Of Assembly)) As ICollection(Of Type)

Parameters

assemblies
IEnumerable<Assembly>

The set of Assembly instances to search.

Returns

A ICollection<T> of handler types.

Applies to