Summary
Assembly candidate finder that uses
System.AppDomain
- 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["AppDomainAssemblyCandidateFinder"]
class Type type-node
Syntax
public class AppDomainAssemblyCandidateFinder : IAssemblyCandidateFinder
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
App |
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.
|