共用方式為


IHostAssemblyManager 介面

提供方法讓主應用程式指定應該由 Common Language Runtime (CLR) 或主應用程式載入的組件集。

方法

方法

描述

IHostAssemblyManager::GetAssemblyStore 方法

取得 IHostAssemblyStore 的介面指標,其表示主應用程式載入的組件清單。

IHostAssemblyManager::GetNonHostStoreAssemblies 方法

取得 ICLRAssemblyReferenceList 的介面指標,其表示主應用程式希望 CLR 載入的組件清單。

備註

實作 IHostAssemblyManagerIHostAssemblyStore 時,並不需要主應用程式。 如果主應用程式確實有實作 IHostAssemblyManager,則它也必須實作 IHostAssemblyStore

在以 IID_IHostAssemblyManager 的 IID 初始化之後,執行階段會藉由呼叫 IHostControl::GetHostManager 來查詢 IHostAssemblyManager

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**MSCorEE.h

程式庫:包含做為 MSCorEE.dll 中的資源

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICLRAssemblyReferenceList 介面

IHostAssemblyStore 介面

IHostControl 介面

其他資源

裝載介面