共用方式為


IMetaDataDispenserEx::FindAssembly 方法

這個方法尚未實作。 如果呼叫的話,它就會傳回 E_NOTIMPL。

HRESULT FindAssembly(
    [in]  LPCWSTR  szAppBase,
    [in]  LPCWSTR  szPrivateBin,
    [in]  LPCWSTR  szGlobalBin,
    [in]  LPCWSTR  szAssemblyName,
    [out] LPCWSTR  szName,
    [in]  ULONG    cchName,
    [out] ULONG    *pcName
);

參數

  • szAppBase
    [in] 不適用。

  • szPrivateBin
    [in] 不適用。

  • szGlobalBin
    [in] 不適用。

  • szAssemblyName
    [in] 要尋找的組件。

  • szName
    [out] 組件的簡單名稱。

  • cchName
    [in] szName 的大小 (以位元組為單位)。

  • pcName
    [out] szName 中實際傳回的字元數目。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**Cor.h

**程式庫:**當做 MsCorEE.dll 中的資源使用

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

IMetaDataDispenserEx 介面

IMetaDataDispenser 介面