Class DryIocSplatModule
Provides a module for integrating DryIoc as the dependency injection container within Splat-based applications.
public sealed class DryIocSplatModule : IModule
- Inheritance
-
DryIocSplatModule
- Implements
- Extension Methods
Remarks
This module enables the use of DryIoc for resolving dependencies in applications that utilize the Splat library. It is typically registered with a dependency resolver during application startup to configure DryIoc as the underlying container.
Constructors
DryIocSplatModule(IContainer)
Initializes a new instance of the DryIocSplatModule class.
public DryIocSplatModule(IContainer container)
Parameters
containerIContainerThe DryIoc container.
Methods
Configure(IMutableDependencyResolver)
Configures the specified dependency resolver with required services and components.
public void Configure(IMutableDependencyResolver resolver)
Parameters
resolverIMutableDependencyResolverThe dependency resolver to configure. Cannot be null.