Describes a service.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.570.0)

Syntax

C#
public interface IServiceDescriptor
Visual Basic (Declaration)
Public Interface IServiceDescriptor

Remarks

The descriptor is used to query declarative information about the service and to load associated code and resources.

See Also