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



useApplication
Optionally specify if the bootstrapper should hook into the application object.

Glossary Item Box

Creates an instance of FrameworkBootstrapper.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   Optional ByVal useApplication As Boolean _
)
Visual Basic (Usage)Copy Code
Dim useApplication As Boolean
 
Dim instance As New FrameworkBootstrapper(useApplication)
C# 
protected FrameworkBootstrapper( 
   bool useApplication
)
C++/CLI 
protected:
FrameworkBootstrapper( 
   bool useApplication
)

Parameters

useApplication
Optionally specify if the bootstrapper should hook into the application object.

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.