AppDomain.SetupInformation 属性

定义

获取此实例的应用程序域配置信息。

public:
 property AppDomainSetup ^ SetupInformation { AppDomainSetup ^ get(); };
public AppDomainSetup SetupInformation { get; }
member this.SetupInformation : AppDomainSetup
Public ReadOnly Property SetupInformation As AppDomainSetup

属性值

AppDomainSetup

应用程序域初始化信息。

例外

在卸载的应用程序域上尝试该操作。

适用于