Gets or sets the list of probing paths in which to
attempt to locate referenced assemblies.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public IList<string> ProbingPaths { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ProbingPaths As IList(Of String) |
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if value is null. |
