Provides a view of registered components along with methods for resolving them.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public interface IComponents : IEnumerable<IComponentDescriptor>, 
	IEnumerable
Visual Basic (Declaration)
Public Interface IComponents _
	Implements IEnumerable(Of IComponentDescriptor), IEnumerable

See Also