System.Buffers
Namespace with 11 public types
Structures
MemoryHandle
A handle for the memory.
ReadOnlySequence`1
Represents a sequence that can read a sequential series of .
StandardFormat
Represents a standard formatting string without using an actual String. A StandardFormat consists of a character (such as 'G', 'D' or 'X')
and an optional precision ranging from 0..99, or the special value NoPrecision.
Enumerations
OperationStatus
This enum defines the various potential status that can be returned from Span-based operations
that support processing of input contained in multiple discontiguous buffers.
Static Classes
BuffersExtensions
Extension methods for
Abstract Classes
MemoryManager`1
Manager of that provides the implementation.
MemoryPool`1
Represents a pool of memory blocks.
ReadOnlySequenceSegment`1
Represents a linked list of nodes.
Interfaces
IBufferWriter`1
Represents a sink
IMemoryOwner`1
Owner of Memory that is responsible for disposing the underlying memory appropriately.
IPinnable
Provides a mechanism for pinning and unpinning objects to prevent the GC from moving them.