IMetaDataDispenserEx::FindAssemblyModule Method
This method is not implemented. If called, it returns E_NOTIMPL.
HRESULT FindAssemblyModule(
LPCWSTR szAppBase,
LPCWSTR szPrivateBin,
LPCWSTR szGlobalBin,
LPCWSTR szAssemblyName,
LPCWSTR szModuleName,
LPCWSTR szName,
ULONG cchName,
ULONG *pcName
);
Parameters
Parameter | Description |
---|---|
szAppBase |
[in] Not used. |
szPrivateBin |
[in] Not used. |
szGlobalBin |
[in] Not used. |
szAssemblyName |
[in] The name of the module. |
szModuleName |
[in] The assembly to be found. |
szName |
[out] The simple name of the assembly. |
cchName |
[in] The size, in bytes, of szName. |
pcName |
[out] The number of characters actually returned in szName. |
Requirements
Platform: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Used as a resource in Mscoree.dll
.NET Framework Version: 2.0, 1.1, 1.0