共用方式為


IMetaDataDispenserEx::FindAssemblyModule Method

這個方法並未實作。 如果呼叫,則會傳回E_NOTIMPL。

Syntax

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
);

Parameters

szAppBase [in]未使用。

szPrivateBin [in]未使用。

szGlobalBin [in]未使用。

szAssemblyName [in]模組的名稱。

szModuleName [in]要找到的元件。

szName [out]元件的簡單名稱。

cchName [in]的大小,以位元組 szName為單位。

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

Requirements

平臺: 請參閱 .NET 支援的作系統

Header: Cor.h

Library: CorGuids.lib

See also