The properties of System.Threading.ReaderWriterLock are listed below. For a list of all members, see the ReaderWriterLock Members list.
See Also: Inherited members from System.Runtime.ConstrainedExecution.CriticalFinalizerObject
[read-only] | IsReaderLockHeld | bool.
Gets a value indicating whether the current thread holds a reader lock. |
[read-only] | IsWriterLockHeld | bool.
Gets a value indicating whether the current thread holds the writer lock. |
[read-only] | WriterSeqNum | int.
Gets the current sequence number. |