Gets a view of all registered services.

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

Syntax

C#
public IServices Services { get; }
Visual Basic (Declaration)
Public ReadOnly Property Services As IServices

Implements

IRegistry..::.Services

See Also