IAppDomainSetup.DynamicBase 属性

定义

获取或设置将在其中存储和访问动态生成文件的目录。

public:
 property System::String ^ DynamicBase { System::String ^ get(); void set(System::String ^ value); };
public string DynamicBase { get; set; }
member this.DynamicBase : string with get, set
Public Property DynamicBase As String

属性值

指定包含动态程序集的目录的 String

注解

AppDomain创建 时,可以指定名为 Dynamic Directory 的目录来存储动态程序集。 此目录在逻辑上位于 下, ApplicationBase尽管它可以驻留在目录的另一部分。

在 完成其第一次绑定后 AppDomain ,无法更改此属性。

适用于