Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / IExtensionDefinitionContext Interface
Methods

In This Topic
    IExtensionDefinitionContext Interface Members
    In This Topic

    The following tables list the members exposed by IExtensionDefinitionContext.

    Public Methods
     NameDescription
     MethodRegisters the specified type to be a global command for the current extension  
     MethodRegisters the specified type to be the global controller for the current extension. There can be at most one per extension.  
     MethodRegisters the specified type to be a log message command for the current extension  
     MethodRegisters the specified type to be a repository command for the current extension  
     MethodRegisters the specified type to be the repository controller for the current extension. There can be at most per extension.  
     MethodRegisters the specified type to be a repository extension for the current extension.  
     MethodRegisters the specified type to be the repository summary view for the current extension. There can only be one per extension.  
     MethodRegisters the specified type to be a session analyzer for the current extension  
     MethodRegisters the specified type to be a session command for the current extension  
     MethodRegisters the specified type to be the session controller for the current extension. There can be at most per extension.  
     MethodOverloaded. Registers the specified type to be a session summary view for the current extension  
     MethodOverloaded. Registers the specified type to be a session view for the current extension  
    Top
    See Also