此方法未实现。 如果调用,它将返回E_NOTIMPL。
Syntax
HRESULT FindAssembly(
[in] LPCWSTR szAppBase,
[in] LPCWSTR szPrivateBin,
[in] LPCWSTR szGlobalBin,
[in] LPCWSTR szAssemblyName,
[out] LPCWSTR szName,
[in] ULONG cchName,
[out] ULONG *pcName
);
Parameters
szAppBase [in]未使用。
szPrivateBin [in]未使用。
szGlobalBin [in]未使用。
szAssemblyName [in]要找到的程序集。
szName [out]程序集的简单名称。
cchName [in]的大小(以字节为单位 szName)。
pcName [out]实际返回 szName的字符数。
Requirements
平台: 请参阅 .NET 支持的作系统。
Header: Cor.h
Library: CorGuids.lib