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