Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets a value that indicates whether the supplied name matches the name of an assembly in the list.
HRESULT IsStringAssemblyReferenceInList (
[in] LPCWSTR pwzAssemblyName
);
- pwzAssemblyName
[in] The name of the assembly for which to search.
HRESULT |
Description |
---|---|
S_OK |
The string appears in the list. |
S_FALSE |
The string does not appear in the list. |
E_FAIL |
An unknown catastrophic failure occurred. After a method returns E_FAIL, the common language runtime is no longer usable within the process. Subsequent calls to hosting methods return HOST_E_CLRNOTAVAILABLE. |
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0
ICLRAssemblyIdentityManager Interface
ICLRAssemblyReferenceList Interface