Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / IExtensionDefinitionContext Interface / RegisterRepositoryExtension Method
A type that implements the IRepositoryExtension interfaces

In This Topic
    RegisterRepositoryExtension Method
    In This Topic
    Registers the specified type to be a repository extension for the current extension.
    Syntax
    'Declaration
     
    
    Sub RegisterRepositoryExtension( _
       ByVal extension As Type _
    ) 
    void RegisterRepositoryExtension( 
       Type extension
    )

    Parameters

    extension
    A type that implements the IRepositoryExtension interfaces
    Remarks

    Types should not be registered more than once, however duplicate registrations will be ignored.

    If the specified type does not implement (directly or through inheritance) the required interface(s) an exception will be thrown.

    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