Prism.Autofac.Wpf Base class that provides a basic bootstrapping sequence that registers most of the Prism Library assets in an Autofac . This class must be overridden to provide application specific configuration. Gets the default Autofac for the application. The default instance. Run the bootstrapper process. If , registers default Prism Library services in the container. This is the default behavior. Configures the LocatorProvider for the . Configures the used by Prism. Registers in the Autofac the of the Exceptions that are not considered root exceptions by the . Creates the that will be used to create the default container. A new instance of . Configures the . May be overwritten in a derived class to add specific type mappings required by the application. Creates the Autofac that will be used as the default container. A new instance of . Initializes the modules. May be overwritten in a derived class to use a custom Modules Catalog Registers a type in the container only if that type was not already registered. The interface type to register. The type implementing the interface. The instance. Registers the type as a singleton. Registers a type in the container only if that type was not already registered. The interface type to register. The type implementing the interface. Registers the type as a singleton. Registers an object instance in the container. Object instance. The interface type to register. Optional key for registration. Registers the type as a singleton. Registers an object for navigation. The Type of the object to register used to build The unique name to register with the object Defines a adapter for the interface to be used by the Prism Library. Initializes a new instance of . The that will be used by the and methods. Resolves the instance of the requested service. Type of instance requested. Name of registered service you want. May be null. The requested service instance. Resolves all the instances of the requested service. Type of service requested. Sequence of service instance objects. A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Looks up a localized string similar to Bootstrapper sequence completed.. Looks up a localized string similar to Configuring the Autofac container.. Looks up a localized string similar to Configuring the Autofac container builder.. Looks up a localized string similar to Configuring default region behaviors.. Looks up a localized string similar to Configuring module catalog.. Looks up a localized string similar to Configuring region adapters.. Looks up a localized string similar to Configuring ServiceLocator singleton.. Looks up a localized string similar to Configuring the ViewModelLocator to use Autofac.. Looks up a localized string similar to Creating Autofac container.. Looks up a localized string similar to Creating Autofac container builder.. Looks up a localized string similar to Creating module catalog.. Looks up a localized string similar to Creating the shell.. Looks up a localized string similar to Initializing modules.. Looks up a localized string similar to Initializing the shell.. Looks up a localized string similar to Logger was created successfully.. Looks up a localized string similar to The method 'GetModuleEnumerator' of the bootstrapper must be overwritten in order to use the default module initialization logic.. Looks up a localized string similar to The ContainerBuilder is required and cannot be null.. Looks up a localized string similar to The IContainer is required and cannot be null.. Looks up a localized string similar to The ILoggerFacade is required and cannot be null.. Looks up a localized string similar to The IModuleCatalog is required and cannot be null in order to initialize the modules.. Looks up a localized string similar to Registering Framework Exception Types.. Looks up a localized string similar to Setting the RegionManager.. Looks up a localized string similar to Type '{0}' was already registered by the application. Skipping.... Looks up a localized string similar to Updating Regions..