Interface IMappedMemory
Represents segment of memory-mapped file.
Inherited Members
Namespace: DotNext.IO.MemoryMappedFiles
Assembly: DotNext.Unsafe.dll
Syntax
[CLSCompliant(false)]
public interface IMappedMemory : IUnmanagedMemory<byte>, IUnmanagedMemory, ISupplier<Stream>, IFunctional<Func<Stream>>, IMemoryOwner<byte>, IDisposable, ISupplier<Memory<byte>>, IFunctional<Func<Memory<byte>>>, IFlushable
  Properties
| Edit this page View SourceBuffer
Gets the buffer over the mapped memory.
Declaration
SafeBuffer Buffer { get; }
  Property Value
| Type | Description | 
|---|---|
| SafeBuffer |