Table of Contents

Class DryIocSplatModule

Namespace
Splat.Builder
Assembly
Splat.DryIoc.dll

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

container IContainer

The DryIoc container.

Methods

Configure(IMutableDependencyResolver)

Configures the specified dependency resolver with required services and components.

public void Configure(IMutableDependencyResolver resolver)

Parameters

resolver IMutableDependencyResolver

The dependency resolver to configure. Cannot be null.