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
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.