DryIocSplatModule class¶
Defined in
Namespace: Splat.Builder
Assembly: Splat.DryIoc.dll
Full name: Splat.Builder.DryIocSplatModule
Modifiers: public sealed
Summary¶
Provides a module for integrating DryIoc as the dependency injection container within Splat-based applications.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481
Class hierarchy
classDiagram
class DryIocSplatModule
class IModule {
<>
}
IModule <|.. DryIocSplatModule
Implements: IModule
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [DryIocSplatModule](# class. |
Methods¶
| Name | Summary |
|---|---|
| Configure | Configures the specified dependency resolver with required services and components. |