Splat.Builder namespace¶
Part of the Splat.Core package.
| Type | Kind | Summary |
|---|---|---|
| IAppBuilder | interface | Defines a builder interface for configuring and constructing application instances with customizable modules, services, and dependency registrations. |
| IAppInstance | interface | Represents an application instance that provides access to dependency resolution services. |
| IModule | interface | Defines a contract for a module that can register its services with a dependency resolver. |