CSharpTest.Net
LockCounterFactory Class Members
See Also  Fields  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Synchronization Namespace : LockCounterFactory Class


Glossary Item Box

The following tables list the members exposed by LockCounterFactory.

Public Constructors

 NameDescription
Public ConstructorLockCounterFactory ConstructorConstructs the lock tracking factory  
Top

Public Fields

 NameDescription
Public FieldCurrentReaderCountReturns the total number of current readers for all threads  
Public FieldCurrentWriterCountReturns the total number of current writers for all threads  
Public FieldMaxReaderCountReturns the highest number of concurrent reads  
Public FieldMaxWriterCountReturns the highest number of concurrent writes (aka max recursive count)  
Public FieldTotalReaderCountReturns the total number of read locks acquired  
Public FieldTotalWriterCountReturns the total number of write locks acquired  
Top

Public Methods

 NameDescription
Public MethodCreateConstructs the lock wrapped in a DebugLocking instance  
Public MethodGlobalAssertNoLocksAsserts that none of the locks handed out are currently locked for read or write by any thread  
Top

See Also

Generated with Document! X 2011 by Innovasys