SpinLock Properties
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | IsHeld | Gets whether the lock is currently held by any thread. |
![]() | IsHeldByCurrentThread | Gets whether the lock is held by the current thread. |
![]() | IsThreadOwnerTrackingEnabled | Gets whether thread ownership tracking is enabled for this instance. |
Show:
