Gets or sets the base directory.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public DirectoryInfo BaseDirectory { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property BaseDirectory As DirectoryInfo |
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if value is null. |
