Classes

  ClassDescription
Public classAMFSerializer
Public classClassInspector
Public classCSharpToVBConverter
Public classDiagnosticsPage
Public classEncryption
Public classFileInfoComparer
Public classHashtableCloner
Public classIdentityComparer
Public classInvocation
Public classInvocationInfo
Public classIPUtil
Summary description for IPUtil.
Public classKeyValuePair
Public classLinkedList
Public classListEnumerator
Public classListNode
Public classMethodLookup
Public classNetUtils
Public classObjectFactories
Public classObjectProxy
Public classORBPerformanceCounter
Public classORBUtil
Summary description for ORBUtil.
Public classPaths
Public classReaderWriterLock
A reader-writer lock implementation that is intended to be simple, yet very efficient. In particular only 1 interlocked operation is taken for any lock operation (we use spin locks to achieve this). The spin lock is never held for more than a few instructions (in particular, we never call event APIs or in fact any non-trivial API while holding the spin lock). This class was derived from the ReaderWriterLock presented by Vance Morrison.
Public classRequestContext
Public classStringTokenizer
Public classStringUtil
Public classThreadContext
Public classTypeLoader
Public classUTF8Util
Public classValue
Public classXmlUtil

Interfaces

Delegates

  DelegateDescription
Public delegateMethodLookup..::..MatchDelegate