Table of Contents

Class ServiceLocationInitialization

Namespace
Splat
Assembly
Splat.dll

Initialization logic for Splat interacting with Dependency Resolvers.

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

resolver IMutableDependencyResolver

The resolver to register the needed service types against.