PluginService.GetTool Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get |
Gets tool metadata from the repository. |
Get |
Gets tool metadata from the repository. |
GetTool(Guid)
Gets tool metadata from the repository.
public static ITool GetTool(Guid id)
Parameters
- id
- System.Guid
Id of the plugin.
Returns
GetTool()
Gets tool metadata from the repository.
public static TTool GetTool<TTool>()
where TTool : class, ITool
Returns
Returns an object implementing the ITool interface.