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