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



Glossary Item Box

Configures the framework and sets up the IoC container.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub Configure() 
Visual Basic (Usage)Copy Code
Dim instance As FrameworkBootstrapper
 
instance.Configure()
C# 
protected override void Configure()
C++/CLI 
protected:
void Configure(); override 

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

Reference

FrameworkBootstrapper Class
FrameworkBootstrapper Members
Base Implementation in Configure

© 2012 All Rights Reserved.