Cocktail Help Reference
FrameworkBootstrapper Class
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : FrameworkBootstrapper Class



Glossary Item Box

Abstract base class for the FrameworkBootstrapper

Object Model

FrameworkBootstrapper Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class FrameworkBootstrapper 
   Inherits Caliburn.Micro.Bootstrapper
Visual Basic (Usage)Copy Code
Dim instance As FrameworkBootstrapper
C# 
public abstract class FrameworkBootstrapper : Caliburn.Micro.Bootstrapper 
C++/CLI 
public ref class FrameworkBootstrapper abstract : public Caliburn.Micro.Bootstrapper 

Inheritance Hierarchy

System.Object
   Caliburn.Micro.BootstrapperBase
      Caliburn.Micro.Bootstrapper
         Cocktail.FrameworkBootstrapper
            Cocktail.FrameworkBootstrapper<TRootModel>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.