Table of Contents

Class PathDefinitions

Namespace
Loehnert.Lisrt
Assembly
Loehnert.Lisrt.dll

Contains default path definitions.

public static class PathDefinitions
Inheritance
PathDefinitions
Inherited Members

Fields

Configuration

Gets the absolute path for the configuration folder.

public static readonly string Configuration

Field Value

string

Remarks

The default path is relative to Lisrt\Configuration. The path for the configuration folder can be changed by adding it (absolute or relative) to the app.config:

<appSettings>
    <add key = "ConfigurationDirectory" value="Any\directory\to\Config\" />
</appSettings>

ExecutingAssembly

Gets the absolute path for the executing assembly.

public static readonly string ExecutingAssembly

Field Value

string

Lisrt

Gets the absolute path for the LisRT folder.

public static readonly string Lisrt

Field Value

string

Workspace

Gets the absolute path for the workspace folder.

public static readonly string Workspace

Field Value

string

Remarks

The default path is relative to Lisrt\Workspace. The path for the workspace folder can be changed while adding it (absolute or relative) to the app.config:

<appSettings>
    <add key = "WorkspaceDirectory" value="Any\directory\to\MyWorkspace\" />
</appSettings>