C# Class PhotoSharingApp.Universal.Unity.UnityBootstrapper

Helps initializing the Unity dependency container.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Méthode Description
ConfigureRegistries ( ) : void

Configures all registered dependencies.

The ServiceLocator needs to be initialized when calling this method.

Init ( ) : void

Initializes the ServiceLocator.

Private Methods

Méthode Description
AddRegistries ( ) : void

Method Details

ConfigureRegistries() public static méthode

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

Init() public static méthode

Initializes the ServiceLocator.
public static Init ( ) : void
Résultat void