Share via


MefBootstrapper Class

Base class that provides a basic bootstrapping sequence that registers most of the Composite Application Library assets in a MEF CompositionContainer.

Namespace:  Microsoft.Practices.Prism.MefExtensions
Assembly:  Microsoft.Practices.Prism.MefExtensions (in Microsoft.Practices.Prism.MefExtensions.dll)

Syntax

public abstract class MefBootstrapper : Bootstrapper
'Declaration
Public MustInherit Class MefBootstrapper _
    Inherits Bootstrapper

Remarks

This class must be overriden to provide application specific configuration.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Bootstrapper
    Microsoft.Practices.Prism.MefExtensions.MefBootstrapper

See Also

MefBootstrapper Members

Microsoft.Practices.Prism.MefExtensions Namespace