مشاركة عبر


واجهة ICLRAssemblyReferenceList

Manages a قائمة of تجميعات that are تم تحميله بواسطة the وقت تشغيل اللغة العامة (CLR) و not بواسطة the مضيف.

interface ICLRAssemblyReferenceList : IUnknown {
    HRESULT IsAssemblyReferenceInList (
        [in] IUnknown *pName
    );
    HRESULT IsStringAssemblyReferenceInList (
        [in] LPCWSTR pwzAssemblyName
    );
};

الأساليب

Method

الوصف

أسلوب ICLRAssemblyReferenceList::IsAssemblyReferenceInList

Gets a القيمة that indicates whether the supplied مؤشر مراجع an تجميع في the قائمة.

أسلوب ICLRAssemblyReferenceList::IsStringAssemblyReferenceInList

Gets a القيمة that indicates whether the supplied اسم التلائمات the اسم of an تجميع في the قائمة.

ملاحظات

يتصل the ICLRAssemblyIdentityManager::GetCLRAssemblyReferenceList أسلوب to يحصل a مؤشر إلى an مثيل of ICLRAssemblyReferenceList.

المتطلبات

الأنظمة الأساسية: See متطلبات النظام إطار عمل .NET.

**Header:**MSCorEE.idl

**المكتبة:**مُضمن كـ مورد في MSCorEE.dll

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

راجع أيضًا:

المرجع

واجهة ICLRAssemblyIdentityManager

واجهة IHostAssemblyStore

موارد أخرى

استضافة واجهات