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