ReaderWriterLock Properties

 

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubpropertyIsReaderLockHeld

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

System_CAPS_pubpropertyIsWriterLockHeld

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

System_CAPS_pubpropertyWriterSeqNum

Gets the current sequence number.

Return to top
Show: