ICLRProbingAssemblyEnum
Mise à jour : novembre 2007
Fournit des méthodes qui permettent à l'hôte d'obtenir les identités d'identification d'un assembly à l'aide des informations d'identité de l'assembly qui figurent dans le Common Language Runtime (CLR), sans avoir à créer ni à comprendre cette identité.
interface ICLRProbingAssemblyEnum : IUnknown {
HRESULT Get (
[in] DWORD dwIndex,
[out, size_is(*pcchBufferSize)] LPWSTR pwzBuffer,
[in, out] DWORD *pcchBufferSize
);
};
Méthodes
Méthode |
Description |
---|---|
Obtient l'identité d'assembly à l'index spécifié. |
Notes
Des méthodes telles qu'ICLRAssemblyIdentityManager::GetProbingAssembliesFromReference retournent une instance ICLRProbingAssemblyEnum.
Configuration requise
Plateformes : consultez Configuration requise du .NET Framework.
En-tête : MSCorEE.idl
Bibliothèque : incluse en tant que ressource dans MSCorEE.dll
Versions du .NET Framework : 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0