Name | Description |
---|---|
AssemblyScanner | Utility for scanning and loading assemblies in current AppDomain. Microsoft-specific assemblies will be skipped. |
ChunkedMemoryStream | In memory stream with 8192 blocks to avoid LOH issues. Since .NET places objects larger that 85000 bytes into LOH, avoid it as much as possible by using list of smaller blocks. |
ChunkedMemoryStream.CustomWriter | |
StringCache | |
TypeUtility | Utility for working with reflection |