The properties of System.Threading.SpinLock are listed below. For a list of all members, see the SpinLock Members list.
See Also: Inherited members from System.ValueType
[read-only] | IsHeld | bool.
Gets whether the lock is currently held by any thread. |
[read-only] | IsHeldByCurrentThread | bool.
Gets whether the lock is held by the current thread. |
[read-only] | IsThreadOwnerTrackingEnabled | bool.
Gets whether thread ownership tracking is enabled for this instance. |