AppDomain.SetupInformation 屬性

定義

取得這個執行個體的應用程式定義域組態資訊。

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

屬性值

AppDomainSetup

應用程式定義域初始化資訊。

例外狀況

嘗試對卸載的應用程式定義域執行作業。

適用於