Click or drag to resize
weroSoft AG, Software
CommandManagerGetCommandTargetT Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the active plug-ins which implements a particular interface.

Namespace:  WeroSoft.Triton.Desktop
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public T GetCommandTarget<T>()
where T : IClientPlugin

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:WeroSoft.Triton.Desktop.CommandManager.GetCommandTarget``1"]

Return Value

Type: T
Return the current plug-in or null if no plug-in currently is active.

Implements

ICommandManagerGetCommandTargetT
See Also