SpinLock Properties
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: