Summary
An assembly candidate finders
Users a given name of an assembly to find other assemblies that reference it.
graph BT
Type["IAssemblyCandidateFinder"]
class Type type-node
Implementing0["DefaultAssemblyCandidateFinder"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Conventions.Reflection/DefaultAssemblyCandidateFinder"
Implementing1["AppDomainAssemblyCandidateFinder"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Conventions.Reflection/AppDomainAssemblyCandidateFinder"
Implementing2["DependencyContextAssemblyCandidateFinder"]-.->Type
click Implementing2 "/api/Rocket.Surgery.Conventions.Reflection/DependencyContextAssemblyCandidateFinder"
Syntax
public interface IAssemblyCandidateFinder
Attributes
Type | Description |
---|---|
Nullable |
Methods
Name | Value | Summary |
---|---|---|
Get |
IEnumerable |
Extension Methods
Name | Value | Summary |
---|---|---|
Get |
IEnumerable |
Get the candidates for a given set
|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|