Partilhar via


IMetaDataDispenserEx::FindAssemblyModule Method

Este método não é implementado. Se chamado, ele retorna 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 [em] Não utilizado.

szPrivateBin [em] Não utilizado.

szGlobalBin [em] Não utilizado.

szAssemblyName [em] O nome do módulo.

szModuleName [em] A assembleia a ser encontrada.

szName [saídas] O nome simples do assembly.

cchName [em] O tamanho, em bytes, de szName.

pcName [saídas] O número de caracteres realmente retornados em szName.

Requirements

Plataforma: Consulte Sistemas operacionais suportados pelo .NET.

Header: Cor.h

Library: CorGuids.lib

See also