Click or drag to resize

Ookii.Jumbo Namespace

Provides utility types used by all Jumbo components.
Classes
  ClassDescription
Public classBinarySizeConverter
Converts a BinarySize object from one data type to another. Access this class through the TypeDescriptor object.
Public classCollectionExtensions
Public classCompressionUtility
Provides compression functionality for streams.
Public classCrc32Checksum
Computes the CRC32 checksum for the input data.
Public classExtendedCollectionT
Public classIndividualProcessorStatus
Provides usage information for a single processor or core in the system.
Public classJumboConfiguration
Provides configuration that may be shared between the Dfs and Jumbo Jet.
Public classListExtensions
Provides extension methods for various list types.
Public classLittleEndianBitConverter
Provides methods to read primitive types from an array of bytes in a system independent format.
Public classLogConfigurationElement
Provides global logging configuration.
Public classLogFileHelper
Provides methods for reading the log file. For Jumbo internal use only.
Public classMemoryStatus
Represents a snapshot of the system's memory status.
Public classPriorityQueueT
Provides a queue where the element with the lowest value is always at the front of the queue.
Public classProcessorStatus
Provides processor usage statistics for all processors in the system.
Public classRuntimeEnvironment
Provides information about the runtime environment of the application.
Public classServerAddress
Represents the host name and port number of a data server or task server.
Public classServerMetrics
Provides metrics about a data or task server.
Public classStreamExtensions
Provides extension methods for Stream
Public classTcpServer
Abstract base class for a server that accepts incoming TCP connections.
Public classTypeExtensions
Contains extension methods for the Type class.
Public classUdpServer
Abstract base class for a server that handles incoming UDP messages.
Public classUnmanagedBuffer
Represents a buffer of memory stored on the unmanaged (native) heap.
Public classUnmanagedBufferMemoryStream
Memory stream that uses an UnmanagedBuffer for the underlying storage.
Structures
  StructureDescription
Public structureBinarySize
Provides formatting, parsing and scaling for a value using binary units (e.g. MB).
Public structureTypeReference
Represents a reference to a Type that will be serialized to XML using the type name.
Interfaces
  InterfaceDescription
Public interfaceICompressor
Interface for streams that compress data.
Enumerations
  EnumerationDescription
Public enumerationCompressionType
Provides the types of compression supported by Jumbo.
Public enumerationLogFileKind
The type of log file of a process.