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