AssemblyCandidateFinderExtenisons.

GetCandidateAssemblies(IAssemblyCandidateFinder, string, string[]) Method

Summary

Get the candidates for a given set

Syntax

public static IEnumerable<Assembly> GetCandidateAssemblies(this IAssemblyCandidateFinder finder, string candidate, params string[] candidates)

Attributes

Type Description
NullableContextAttribute
NotNullAttribute

Parameters

Name Type Description
finder IAssemblyCandidateFinder The IAssemblyCandidateFinder
candidate string The first candidate to find
candidates string[] The candidates as an array

Return Value

Type Description
IEnumerable<Assembly> IEnumerable{Assembly}.