UnityBootstrapper Members

Include Protected Members
Include Inherited Members

The UnityBootstrapper type exposes the following members.

Constructors

  Name Description
Ff654486.protmethod(en-us,PandP.10).gif UnityBootstrapper

Methods

  Name Description
Ff654486.protmethod(en-us,PandP.10).gif ConfigureContainer
Configures the IUnityContainer. May be overwritten in a derived class to add specific type mappings required by the application.
Ff654486.protmethod(en-us,PandP.10).gif ConfigureDefaultRegionBehaviors
Configures the IRegionBehaviorFactory. This will be the list of default behaviors that will be added to a region.
Ff654486.protmethod(en-us,PandP.10).gif ConfigureRegionAdapterMappings
Configures the default region adapter mappings to use in the application, in order to adapt UI controls defined in XAML to use a region and register it automatically. May be overwritten in a derived class to add specific mappings required by the application.
Ff654486.protmethod(en-us,PandP.10).gif CreateContainer
Creates the IUnityContainer that will be used as the default container.
Ff654486.protmethod(en-us,PandP.10).gif CreateShell
Creates the shell or main window of the application.
Ff654486.pubmethod(en-us,PandP.10).gif Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Ff654486.protmethod(en-us,PandP.10).gif Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Ff654486.pubmethod(en-us,PandP.10).gif GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Ff654486.protmethod(en-us,PandP.10).gif GetModuleCatalog
Returns the module catalog that will be used to initialize the modules.
Ff654486.pubmethod(en-us,PandP.10).gif GetType
Gets the Type of the current instance.
(Inherited from Object.)
Ff654486.protmethod(en-us,PandP.10).gif InitializeModules
Initializes the modules. May be overwritten in a derived class to use a custom Modules Catalog
Ff654486.protmethod(en-us,PandP.10).gif MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Ff654486.protmethod(en-us,PandP.10).gif RegisterFrameworkExceptionTypes
Registers in the IUnityContainer the Type of the Exceptions that are not considered root exceptions by the ExceptionExtensions.
Ff654486.protmethod(en-us,PandP.10).gif RegisterTypeIfMissing
Registers a type in the container only if that type was not already registered.
Ff654486.pubmethod(en-us,PandP.10).gif Run Overloaded.
Ff654486.pubmethod(en-us,PandP.10).gif ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Ff654486.pubproperty(en-us,PandP.10).gif Container
Gets the default IUnityContainer for the application.
Ff654486.protproperty(en-us,PandP.10).gif LoggerFacade
Gets the default ILoggerFacade for the application.

See Also

UnityBootstrapper Class

Microsoft.Practices.Composite.UnityExtensions Namespace