Describes a plugin.

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

Syntax

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

Remarks

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

See Also