Interface IPluginLocator
Represents a plug-in locator, which is used by a plug-in registry to locate plug-ins.
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IPluginLocator
Remarks
The framework includes one implementation, DefaultPluginLocator, which loads locates plug-ins within a directory on the local file system.
The plug-in locator is automatically disposed when the plug-in registry that owns it is disposed.
Methods
GetPluginDescriptors()
Returns an array of plug-in descriptors for plug-ins found.
Declaration
IPluginDescriptor[] GetPluginDescriptors()
Returns
Type | Description |
---|---|
IPluginDescriptor[] | An array of plug-in descriptors. |