Name | Description | |
---|---|---|
RegisterGlobalCommand | Registers the specified type to be a global command for the current extension | |
RegisterGlobalController | Registers the specified type to be the global controller for the current extension. There can be at most one per extension. | |
RegisterLogMessageCommand | Registers the specified type to be a log message command for the current extension | |
RegisterRepositoryCommand | Registers the specified type to be a repository command for the current extension | |
RegisterRepositoryController | Registers the specified type to be the repository controller for the current extension. There can be at most per extension. | |
RegisterRepositoryExtension | Registers the specified type to be a repository extension for the current extension. | |
RegisterRepositorySummaryView | Registers the specified type to be the repository summary view for the current extension. There can only be one per extension. | |
RegisterSessionAnalyzer | Registers the specified type to be a session analyzer for the current extension | |
RegisterSessionCommand | Registers the specified type to be a session command for the current extension | |
RegisterSessionController | Registers the specified type to be the session controller for the current extension. There can be at most per extension. | |
RegisterSessionSummaryView | Overloaded. Registers the specified type to be a session summary view for the current extension | |
RegisterSessionView | Overloaded. Registers the specified type to be a session view for the current extension |