System.IO.MemoryMappedFiles
4.3.0
Prefix Reserved
Requires NuGet 2.12 or higher.
dotnet add package System.IO.MemoryMappedFiles --version 4.3.0
NuGet\Install-Package System.IO.MemoryMappedFiles -Version 4.3.0
<PackageReference Include="System.IO.MemoryMappedFiles" Version="4.3.0" />
paket add System.IO.MemoryMappedFiles --version 4.3.0
#r "nuget: System.IO.MemoryMappedFiles, 4.3.0"
// Install System.IO.MemoryMappedFiles as a Cake Addin #addin nuget:?package=System.IO.MemoryMappedFiles&version=4.3.0 // Install System.IO.MemoryMappedFiles as a Cake Tool #tool nuget:?package=System.IO.MemoryMappedFiles&version=4.3.0
Provides classes for using a memory-mapped file, which maps the contents of a file to an application's logical address space.
Commonly Used Types:
System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
System.IO.MemoryMappedFiles.MemoryMappedViewStream
System.IO.MemoryMappedFiles.MemoryMappedFile
System.IO.MemoryMappedFiles.MemoryMappedFileAccess
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid10 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. monotouch10 is compatible. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos was computed. xamarintvos10 is compatible. |
Xamarin.WatchOS | xamarinwatchos was computed. xamarinwatchos10 is compatible. |
-
.NETCore 5.0
- Microsoft.NETCore.Platforms (>= 1.1.0)
- System.IO (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.UnmanagedMemoryStream (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
-
.NETFramework 4.6
- System.IO.FileSystem (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.UnmanagedMemoryStream (>= 4.3.0)
-
.NETStandard 1.3
- Microsoft.NETCore.Platforms (>= 1.1.0)
- runtime.native.System (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.IO.UnmanagedMemoryStream (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (16)
Showing the top 5 NuGet packages that depend on System.IO.MemoryMappedFiles:
Package | Downloads |
---|---|
Spreads.Extensions
Series and Panels for Real-time and Exploratory Analysis of Data Streams |
|
Platform.Memory
LinksPlatform's Platform.Memory Class Library |
|
CsDebugScript.Engine
Engine for debugger scripting. This package doesn't provide access to debuggers, but defines interfaces that other packages implement. Search for packages that provide access to DbgEng.dll (WinDbg debugging engine), PDB symbols, DWARF symbols, ELF core dumps... |
|
SharpUtilities
Collection of utility classes used by Sharp* projects... |
|
Alagiri.MySql.Data
MySql.Data.MySqlClient .Net Core Class Library |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on System.IO.MemoryMappedFiles:
Repository | Stars |
---|---|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
CosmosOS/IL2CPU
IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
|
|
ProfessionalCSharp/ProfessionalCSharp6
Code samples for the book Professional C# 6 and .NET Core 1.0, Wrox Press
|
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 37,959,445 | 11/15/2016 |
4.3.0-preview1-24530-04 | 47,351 | 10/24/2016 |
4.0.0 | 92,339,657 | 6/27/2016 |
4.0.0-rc2-24027 | 2,097,014 | 5/16/2016 |
4.0.0-beta-23516 | 4,127 | 11/18/2015 |
4.0.0-beta-23409 | 2,109 | 10/15/2015 |
4.0.0-beta-23225 | 2,182 | 9/2/2015 |
4.0.0-beta-23123 | 2,282 | 7/29/2015 |
4.0.0-beta-23109 | 2,257 | 7/27/2015 |
4.0.0-beta-23019 | 2,147 | 6/30/2015 |
4.0.0-beta-22816 | 3,159 | 4/24/2015 |
4.0.0-beta-22605 | 2,338 | 2/13/2015 |
4.0.0-beta-22416 | 2,139 | 1/16/2015 |
4.0.0-beta-22231 | 2,642 | 11/11/2014 |