C# (CSharp) Library Namespace

Nested Namespaces

Library.Client
Library.Collections
Library.Compression
Library.Correction
Library.Io
Library.Net
Library.Security
Library.Tools
Library.UnitTest
Library.Utilities

Сlasses

Name Description
BufferManager
BufferManager.BufferTracker
BufferManager.SafeBuffer
BufferManagerException
ConfigUtil
Connection
DeadlockMonitor
DeadlockMonitor.CycleComponentNode Represents a node in a possible deadlock cycle.
DeadlockMonitor.DeadlockMonitorCookie Enables syntax close to that of lock(obj) {...}. Rather, the Lock method will return an instance of this IDisposable and in its Dispose method it will release the lock, thus enabling the syntax: using(DdMonitorFirstAttempt.Lock(obj)) {...}
DeadlockMonitor.MonitorState Information on an underlying monitor, the thread holding it, threads waiting on it, and so forth.
Log
LogEventArgs
ManagerBase
ManagerException
MemoryLeakException
NetworkConverter
ReadWriteLock
ReadWriteLock.ReadLockCookie
ReadWriteLock.WriteLockCookie
StateManagerBase
StateManagerException
Unsafe
Util
VintUtils