System.AppDomain.BaseDirectory Property

Gets the base directory that the assembly resolver uses to probe for assemblies.

Syntax

public string BaseDirectory { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property corresponds to the AppDomainSetup.ApplicationBase property. It can also be retrieved using the AppDomain.GetData(string) method with the string "APPBASE".

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0