Gets the list of additional relative or absolute probing paths in which to attempt to locate referenced assemblies.

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

Syntax

C#
IList<string> ProbingPaths { get; }
Visual Basic (Declaration)
ReadOnly Property ProbingPaths As IList(Of String)

See Also