Condividi tramite


Metodo ICLRAssemblyIdentityManager::GetCLRAssemblyReferenceList

Ottiene un puntatore a interfaccia a un'istanza di ICLRAssemblyReferenceList dall'elenco di identità assembly parziali fornito.

HRESULT  GetCLRAssemblyReferenceList (
    [in] LPCWSTR *ppwzAssemblyReferences,
    [in] DWORD    dwNumOfReferences,
    [out] ICLRAssemblyReferenceList **ppReferenceList
);

Parametri

  • ppwzAssemblyReferences
    [in] Matrice di stringhe con terminazione null nel formato "nome, proprietà=valore..." che specifica un elenco di identità assembly parziali.

  • dwNumOfReferences
    [in] Numero di elementi in ppwzAssemblyReferences.

  • ppReferenceList
    [out] Puntatore a interfaccia a un oggetto ICLRAssemblyReferenceList che contiene i dati relativi all'identità dell'assembly per l'elenco di assembly specificato in ppwzAssemblyReferences.

Valore restituito

HRESULT

Descrizione

S_OK

Il metodo ha restituito correttamente un valore.

HOST_E_CLRNOTAVAILABLE

Common Language Runtime non è stato caricato in un processo oppure si trova in uno stato in cui non è possibile eseguire codice gestito né elaborare correttamente la chiamata.

HOST_E_TIMEOUT

Timeout della chiamata.

HOST_E_NOT_OWNER

Il chiamante non è il proprietario del blocco.

HOST_E_ABANDONED

Un evento è stato annullato mentre un thread o un fiber bloccato era in attesa di tale evento.

E_FAIL

Si è verificato un errore irreversibile sconosciuto. Se un metodo restituisce E_FAIL, Common Language Runtime non sarà più utilizzabile all'interno del processo. Le successive chiamate ai metodi di hosting restituiranno HOST_E_CLRNOTAVAILABLE.

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 ICLRAssemblyIdentityManager

Interfaccia ICLRAssemblyReferenceList