Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAppDomainSetup::DynamicBase Property

 

Gets or sets the directory where dynamically generated files are stored and accessed.

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

property String^ DynamicBase {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String that specifies the directory containing dynamic assemblies.

When an AppDomain is created, a directory called the Dynamic Directory can be specified to store dynamic assemblies. This directory is logically located under the ApplicationBase, although it can reside in another part of the directory.

This property cannot be changed after the AppDomain has finished its first bind.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft