Summary
Default assembly candidate finder that uses a list of assemblies
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Reflection - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IAssemblyCandidateFinder"]
click Interface0 "/api/Rocket.Surgery.Conventions.Reflection/IAssemblyCandidateFinder"
Type["DefaultAssemblyCandidateFinder"]
class Type type-node
Syntax
public class DefaultAssemblyCandidateFinder : IAssemblyCandidateFinder
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| Default |
Initializes a new instance of the DependencyContextAssemblyCandidateFinder class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Get |
IEnumerable |
Get the candidates for a given set
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
