共用方式為


IMetaDataDispenserEx::FindAssemblyModule 方法

更新:2007 年 11 月

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

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

參數

  • szAppBase
    [in] 不適用。

  • szPrivateBin
    [in] 不適用。

  • szGlobalBin
    [in] 不適用。

  • szAssemblyName
    [in] 模組的名稱。

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

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

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

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

需求

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

**標頭:**Cor.h

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

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

請參閱

參考

IMetaDataDispenserEx

IMetaDataDispenser