C# Class PhotoSharingApp.Universal.Unity.UnityBootstrapper

Helps initializing the Unity dependency container.
Mostrar archivo Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
ConfigureRegistries ( ) : void

Configures all registered dependencies.

The ServiceLocator needs to be initialized when calling this method.

Init ( ) : void

Initializes the ServiceLocator.

Private Methods

Method Description
AddRegistries ( ) : void

Method Details

ConfigureRegistries() public static method

Configures all registered dependencies.
The ServiceLocator needs to be initialized when calling this method.
public static ConfigureRegistries ( ) : void
return void

Init() public static method

Initializes the ServiceLocator.
public static Init ( ) : void
return void