System.Threading.ReaderWriterLock: Property Members

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

Public Properties

[read-only]
IsReaderLockHeldbool.

Gets a value indicating whether the current thread holds a reader lock.

[read-only]
IsWriterLockHeldbool.

Gets a value indicating whether the current thread holds the writer lock.

[read-only]
WriterSeqNumint.

Gets the current sequence number.