Search Results for

    Show / Hide Table of Contents

    Interface IPluginLocator

    Represents a plug-in locator, which is used by a plug-in registry to locate plug-ins.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface IPluginLocator : IDisposable
    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.

    In this article
    • Methods
      • GetPluginDescriptors()
    Back to top Generated by DocFX