_AppDomain::BaseDirectory Property

 

Provides COM objects with version-independent access to the AppDomain::BaseDirectory property.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

property String^ BaseDirectory {
	String^ get();
}

Property Value

Type: System::String^

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

.NET Framework
Available since 1.1
Return to top
Show: