Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
Defines methods that allow the host to get information about requested tasks and to detect deadlocks in its synchronization implementation.
Methods
| Method | Description |
|---|---|
| CreateRWLockOwnerIterator Method | Requests that the common language runtime (CLR) create an iterator for the host to use to determine the set of tasks waiting on a reader-writer lock. |
| DeleteRWLockOwnerIterator Method | Requests that the CLR destroy an iterator that was created by a call to CreateRWLockOwnerIterator. |
| GetMonitorOwner Method | Gets the task that owns the specified monitor. |
| GetRWLockOwnerNext Method | Gets the next task that is waiting on the current reader-writer lock. |
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, където можете също да създавате и преглеждате проблеми и да изтегляте искания. За повече информация вижте нашето ръководство за сътрудник.