Class ServiceLocationInitialization
- Namespace
- Splat
- Assembly
- Splat.dll
Provides extension methods for registering the default service implementations required by the Splat module with a dependency resolver.
public static class ServiceLocationInitialization
- Inheritance
-
ServiceLocationInitialization
Methods
InitializeSplat(IMutableDependencyResolver)
Registers all the default registrations that are needed by the Splat module.
public static void InitializeSplat(this IMutableDependencyResolver resolver)
Parameters
resolverIMutableDependencyResolverThe resolver to register the needed service types against.