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
.NET Framework (current version)
Gets or sets the directory where dynamically generated files are stored and accessed.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 1.1
Show: