Classes
| Class | Description | |
|---|---|---|
| AMFSerializer | ||
| ClassInspector | ||
| CSharpToVBConverter | ||
| DiagnosticsPage | ||
| Encryption | ||
| FileInfoComparer | ||
| HashtableCloner | ||
| IdentityComparer | ||
| Invocation | ||
| InvocationInfo | ||
| IPUtil |
Summary description for IPUtil.
| |
| KeyValuePair | ||
| LinkedList | ||
| ListEnumerator | ||
| ListNode | ||
| MethodLookup | ||
| NetUtils | ||
| ObjectFactories | ||
| ObjectProxy | ||
| ORBPerformanceCounter | ||
| ORBUtil |
Summary description for ORBUtil.
| |
| Paths | ||
| ReaderWriterLock |
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.
| |
| RequestContext | ||
| StringTokenizer | ||
| StringUtil | ||
| ThreadContext | ||
| TypeLoader | ||
| UTF8Util | ||
| Value | ||
| XmlUtil |
Interfaces
| Interface | Description | |
|---|---|---|
| IArgumentObjectFactory | ||
| IExternalizable | ||
| ILockable |
Locking mechanism.
| |
| IServiceObjectFactory | ||
| NotInvocableMethod |
Delegates
| Delegate | Description | |
|---|---|---|
| MethodLookup..::..MatchDelegate |