Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This method is not implemented. If called, it returns 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
);
Parameters
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: See .NET Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0