Gets or sets the list of plugin dependencies.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public IList<IPluginDescriptor> PluginDependencies { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PluginDependencies As IList(Of IPluginDescriptor) |
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if value is null. |
