Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Manages a list of assemblies that are loaded by the common language runtime (CLR) and not by the host.
interface ICLRAssemblyReferenceList : IUnknown {
HRESULT IsAssemblyReferenceInList (
[in] IUnknown *pName
);
HRESULT IsStringAssemblyReferenceInList (
[in] LPCWSTR pwzAssemblyName
);
};
Methods
Method |
Description |
|---|---|
Gets a value that indicates whether the supplied pointer references an assembly in the list. |
|
ICLRAssemblyReferenceList::IsStringAssemblyReferenceInList Method |
Gets a value that indicates whether the supplied name matches the name of an assembly in the list. |
Remarks
Call the ICLRAssemblyIdentityManager::GetCLRAssemblyReferenceList method to get a pointer to an instance of ICLRAssemblyReferenceList.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Version: 2.0