Bootstrapper Class

Base class that provides a basic bootstrapping sequence and hooks that specific implementations can override

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

Syntax

public abstract class Bootstrapper
'Declaration
Public MustInherit Class 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
    Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper

See Also

Bootstrapper Members

Microsoft.Practices.Prism Namespace