Gets the list of plugins upon which this plugin depends directly or indirectly.

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

Syntax

C#
IList<IPluginDescriptor> PluginDependencies { get; }
Visual Basic (Declaration)
ReadOnly Property PluginDependencies As IList(Of IPluginDescriptor)

See Also