Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.62 KB

iclrprobingassemblyenum-interface.md

File metadata and controls

47 lines (35 loc) · 1.62 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICLRProbingAssemblyEnum Interface
ICLRProbingAssemblyEnum Interface
03/30/2017
ICLRProbingAssemblyEnum
mscoree.dll
COM
ICLRProbingAssemblyEnum
ICLRProbingAssemblyEnum interface [.NET Framework hosting]
e7d3ccab-b0f0-4872-8935-0ed72920171b
apiref

ICLRProbingAssemblyEnum Interface

Provides methods that enable the host to get the probing identities of an assembly by using the assembly's identity information that is internal to the common language runtime (CLR), without needing to create or understand that identity.

Methods

Method Description
Get Method Gets the assembly identity at the specified index.

Remarks

Methods such as ICLRAssemblyIdentityManager::GetProbingAssembliesFromReference return an ICLRProbingAssemblyEnum instance.

Requirements

Platforms: See System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also