Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.78 KB

iclrassemblyreferencelist-interface.md

File metadata and controls

48 lines (36 loc) · 1.78 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICLRAssemblyReferenceList Interface
ICLRAssemblyReferenceList Interface
03/30/2017
ICLRAssemblyReferenceList
mscoree.dll
COM
ICLRAssemblyReferenceList
ICLRAssemblyReferenceList interface [.NET Framework hosting]
5f890fdf-d22a-429e-a35f-135273d1a636
apiref

ICLRAssemblyReferenceList Interface

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

Methods

Method Description
IsAssemblyReferenceInList Method Gets a value that indicates whether the supplied pointer references an assembly in the list.
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 System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also