AppDomainAssemblyCandidateFinder Class

Summary

Assembly candidate finder that uses System.AppDomain
graph BT Type-->Base0["Object"] Type-.->Interface0["IAssemblyCandidateFinder"] click Interface0 "/api/Rocket.Surgery.Conventions.Reflection/IAssemblyCandidateFinder" Type["AppDomainAssemblyCandidateFinder"] class Type type-node

Syntax

public class AppDomainAssemblyCandidateFinder : IAssemblyCandidateFinder

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Methods

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

Extension Methods

See Also