ICLRAssemblyReferenceList Interface

Manages a list of assemblies that are loaded by the common language runtime (CLR) and not by the host.

Methods

Method

Description

ICLRAssemblyReferenceList::IsAssemblyReferenceInList Method

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: See .NET Framework System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICLRAssemblyIdentityManager Interface

IHostAssemblyStore Interface

Other Resources

Hosting Interfaces