IAssemblyCandidateFinder Interface

Summary

An assembly candidate finders Users a given name of an assembly to find other assemblies that reference it.
IAssemblyCandidateFinder

Syntax

public interface IAssemblyCandidateFinder

Attributes

Type Description
NullableContextAttribute

Methods

Name Value Summary
GetCandidateAssemblies(IEnumerable<string>) IEnumerable<Assembly>
Get the candidates for a given set

Extension Methods