Class ValidatingPluginLocator
Inheritance
System.Object
ValidatingPluginLocator
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
System.IDisposable