Search Results for

    Show / Hide Table of Contents

    Class ValidatingPluginLocator

    Inheritance
    System.Object
    ValidatingPluginLocator
    Implements
    IPluginLocator
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class ValidatingPluginLocator : IPluginLocator, IDisposable

    Constructors

    ValidatingPluginLocator(IPluginLocator)

    Declaration
    public ValidatingPluginLocator(IPluginLocator baseLocator)
    Parameters
    Type Name Description
    IPluginLocator baseLocator

    ValidatingPluginLocator(IPluginLocator, Boolean)

    Declaration
    public ValidatingPluginLocator(IPluginLocator baseLocator, bool isSecureMode)
    Parameters
    Type Name Description
    IPluginLocator baseLocator
    System.Boolean isSecureMode

    Properties

    InvalidDescriptors

    Declaration
    public List<IPluginDescriptor> InvalidDescriptors { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<IPluginDescriptor>

    ValidatedDescriptors

    Declaration
    public List<IPluginDescriptor> ValidatedDescriptors { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<IPluginDescriptor>

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetPluginDescriptors()

    Declaration
    public IPluginDescriptor[] GetPluginDescriptors()
    Returns
    Type Description
    IPluginDescriptor[]

    Implements

    IPluginLocator
    System.IDisposable

    On this page

    • Constructors
      • ValidatingPluginLocator(IPluginLocator)
      • ValidatingPluginLocator(IPluginLocator, Boolean)
    • Properties
      • InvalidDescriptors
      • ValidatedDescriptors
    • Methods
      • Dispose()
      • GetPluginDescriptors()
    • Implements
    Back to top Generated by DocFX