Gets or sets the paths of files that belong to the plugin relative to the plugin base directory.

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

Syntax

C#
public IList<string> FilePaths { get; set; }
Visual Basic (Declaration)
Public Property FilePaths As IList(Of String)

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if value is null.

See Also