ICLRAssemblyIdentityManager Interface

Provides methods that support communication between the host and the common language runtime (CLR) about assemblies.

Methods

Method Description
GetBindingIdentityFromFile Method Gets the assembly identity binding data for the assembly at the specified file path.
GetBindingIdentityFromStream Method Gets the canonical assembly identity data for the assembly in the specified stream.
GetCLRAssemblyReferenceList Method Gets an ICLRAssemblyReferenceList instance from the supplied list of partial assembly identities.
GetProbingAssembliesFromReference Method Gets an ICLRProbingAssemblyEnum enumerator for the assembly identities referenced by the assembly with the specified identity.
GetReferencedAssembliesFromFile Method Gets an ICLRReferenceAssemblyEnum instance that contains a list of assemblies referenced by the assembly at the specified file path.
GetReferencedAssembliesFromStream Method Gets a pointer to an ICLRReferenceAssemblyEnum object that contains assembly identity data for the assemblies referenced by the assembly in the specified stream.
IsStronglyNamed Method Gets a value that indicates whether the specified assembly is strongly named.

Remarks

Use ICLRAssemblyIdentityManager to get instances of ICLRAssemblyReferenceList and to enumerate assembly identities.

Requirements

Platforms: See System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: Available since 2.0

See also