Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AppContext.BaseDirectory Property

Definition

Namespace:
System
Assemblies:
mscorlib.dll, System.AppContext.dll
Assemblies:
netstandard.dll, System.Runtime.dll
Assembly:
System.AppContext.dll
Assembly:
System.Runtime.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
AppContext.cs
Source:
AppContext.cs
Source:
AppContext.cs
Source:
AppContext.cs
Source:
AppContext.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 static property System::String ^ BaseDirectory { System::String ^ get(); };
public static string BaseDirectory { get; }
static member BaseDirectory : string
Public Shared ReadOnly Property BaseDirectory As String

Property Value

The file path of the base directory that the assembly resolver uses to probe for assemblies.

Remarks

This is a per-application domain property. Its value corresponds to the AppDomain.BaseDirectory property of the current application domain.

In .NET 5 and later versions, for bundled assemblies, the value returned is the containing directory of the host executable.

Applies to


Feedback

Was this page helpful?