Interfaccia IHostAssemblyManager
Fornisce metodi che consentono a un host di specificare insiemi di assembly che devono essere caricati da Common Language Runtime (CLR) o dall'host.
Metodi
Metodo |
Descrizione |
---|---|
Ottiene un puntatore a interfaccia a IHostAssemblyStore che rappresenta l'elenco di assembly caricati dall'host. |
|
Ottiene un puntatore a interfaccia a ICLRAssemblyReferenceList che rappresenta l'elenco di assembly che dovranno essere caricati da CLR. |
Note
Non è obbligatorio che l'host implementi il metodo IHostAssemblyManager o IHostAssemblyStore. Se l'host implementa IHostAssemblyManager, dovrà implementare anche IHostAssemblyStore.
Le query runtime per un IHostAssemblyManager chiamando IHostControl::GetHostManager dopo l’inizializzazione con un IID di IID_IHostAssemblyManager.
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
Intestazione: MSCorEE.h
Libreria: inclusa come risorsa in MSCorEE.dll
Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0
Vedere anche
Riferimenti
Interfaccia ICLRAssemblyReferenceList
Interfaccia IHostAssemblyStore