IMetaDataDispenserEx::FindAssembly Method
This method is not implemented. If called, it returns 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] Not used.
szPrivateBin
[in] Not used.
szGlobalBin
[in] Not used.
szAssemblyName
[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 System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.