System.IAppDomainSetup.DynamicBase Property

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

Syntax

public string DynamicBase { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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 AppDomainSetup.ApplicationBase, although it can reside in another part of the directory.

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

Requirements

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