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



Glossary Item Box

Called by the bootstrapper's constructor at runtime to start the framework.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub StartRuntime() 
Visual Basic (Usage)Copy Code
Dim instance As FrameworkBootstrapper
 
instance.StartRuntime()
C# 
protected override void StartRuntime()
C++/CLI 
protected:
void StartRuntime(); 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 StartRuntime

© 2012 All Rights Reserved.