Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
Gets a value that indicates whether the supplied name matches the name of an assembly in the list.
Syntax
HRESULT IsStringAssemblyReferenceInList (
[in] LPCWSTR pwzAssemblyName
);
Parameters
pwzAssemblyName
[in] The name of the assembly for which to search.
Return Value
| 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. |
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Сарађујте са нама на GitHub-у
Извор овог садржаја можете пронаћи на платформи GitHub, где можете и да креирате и прегледате проблеме и захтеве за повлачењем. Више информација потражите у нашем водичу за сараднике.