Provides a view of registered plugins along with methods for resolving them.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public interface IPlugins : IEnumerable<IPluginDescriptor>, IEnumerable |
| Visual Basic (Declaration) |
|---|
Public Interface IPlugins _ Implements IEnumerable(Of IPluginDescriptor), IEnumerable |
