Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / IGlobalController Interface / Initialize Method
A standard interface to the hosting environment for the Extension, provided to all the different extensions that get loaded. The controller can keep this object for its entire lifecycle.

In This Topic
    Initialize Method (IGlobalController)
    In This Topic
    Called to initialize the controller.
    Syntax
    'Declaration
     
    
    Sub Initialize( _
       ByVal context As IGlobalContext _
    ) 
    void Initialize( 
       IGlobalContext context
    )

    Parameters

    context
    A standard interface to the hosting environment for the Extension, provided to all the different extensions that get loaded. The controller can keep this object for its entire lifecycle.
    Remarks

    If any exception is thrown during this call this Extension will not be loaded for this repository.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also