![]() |
VOOZH | about |
Requires NuGet 2.12 or higher.
dotnet add package System.IO.UnmanagedMemoryStream --version 4.3.0
NuGet\Install-Package System.IO.UnmanagedMemoryStream -Version 4.3.0
<PackageReference Include="System.IO.UnmanagedMemoryStream" Version="4.3.0" />
<PackageVersion Include="System.IO.UnmanagedMemoryStream" Version="4.3.0" />Directory.Packages.props
<PackageReference Include="System.IO.UnmanagedMemoryStream" />Project file
paket add System.IO.UnmanagedMemoryStream --version 4.3.0
#r "nuget: System.IO.UnmanagedMemoryStream, 4.3.0"
#:package System.IO.UnmanagedMemoryStream@4.3.0
#addin nuget:?package=System.IO.UnmanagedMemoryStream&version=4.3.0Install as a Cake Addin
#tool nuget:?package=System.IO.UnmanagedMemoryStream&version=4.3.0Install as a Cake Tool
Provides classes for access to unmanaged blocks of memory from managed code.
Commonly Used Types:
System.IO.UnmanagedMemoryStream
System.IO.UnmanagedMemoryAccessor
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 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 netcoreapp1.0 was computed. netcoreapp1.1 netcoreapp1.1 was computed. netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.3 netstandard1.3 is compatible. netstandard1.4 netstandard1.4 was computed. netstandard1.5 netstandard1.5 was computed. netstandard1.6 netstandard1.6 was computed. netstandard2.0 netstandard2.0 was computed. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net46 net46 is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. monoandroid10 monoandroid10 is compatible. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. monotouch10 monotouch10 is compatible. |
| Tizen | tizen30 tizen30 was computed. tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. xamarinios10 xamarinios10 is compatible. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. xamarinmac20 xamarinmac20 is compatible. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. xamarintvos10 xamarintvos10 is compatible. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. xamarinwatchos10 xamarinwatchos10 is compatible. |
Showing the top 5 NuGet packages that depend on System.IO.UnmanagedMemoryStream:
| Package | Downloads |
|---|---|
|
System.IO.MemoryMappedFiles
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. |
|
|
Konscious.Security.Cryptography.Argon2
An implementation of Argon2 winner of PHC https://password-hashing.net/#argon2 Usage follows standard types found in System.Security.Cryptography in corefx. Specifically DeriveBytes. C# Implementation of the Argon2 1.3 spec with variants for Argon2i, Argon2d, and Argon2id |
|
|
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb |
|
|
MonoMac.NetStandard
MonoMac |
|
|
ceTe.DynamicBarcode.Creator.NET
DynamicBarcode Creator is an easy to use, 100% managed .NET library designed for efficient barcode image creation from any Windows, Web or WPF applications. DynamicBarcode Creator for .NET has the capability to output many linear and 2-D barcode types (Data Matrix, PDF417, QR Code and many more) in several image formats (JPEG, PNG, TIFF, GIF & BMP). DynamicBarcode Creator is backed by a great team of developers and support staff. Flexible licensing (including royalty free) is available to meet all your needs. Release Notes: * Throws a meaningful exception when the data does not fit. |
Showing the top 6 popular GitHub repositories that depend on System.IO.UnmanagedMemoryStream:
| Repository | Stars |
|---|---|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
|
Redth/ResizetizerNT
Add SVG's and PNG's to your shared Xamarin Project
|
|
| kmaragon/Konscious.Security.Cryptography | |
|
dansiegel/Mobile.BuildTools
The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
|
|
|
Aftnet/LibretroRT
Port of Libretro and cores to WinRT component
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.3.0 | 56,302,764 | 11/15/2016 |
| 4.3.0-preview1-24530-04 | 50,069 | 10/24/2016 |
| 4.0.1 | 113,170,383 | 6/27/2016 |
| 4.0.1-rc2-24027 | 2,123,755 | 5/16/2016 |
| 4.0.1-beta-23516 | 20,361 | 11/18/2015 |
| 4.0.1-beta-23409 | 4,233 | 10/15/2015 |
| 4.0.1-beta-23225 | 163,737 | 9/2/2015 |
| 4.0.0 | 1,617,666 | 7/29/2015 |
| 4.0.0-beta-23109 | 4,047 | 7/27/2015 |
| 4.0.0-beta-23019 | 4,151 | 6/30/2015 |
| 4.0.0-beta-22816 | 5,353 | 4/24/2015 |
| 4.0.0-beta-22605 | 4,377 | 2/13/2015 |
| 4.0.0-beta-22416 | 4,322 | 1/16/2015 |
| 4.0.0-beta-22231 | 4,858 | 11/11/2014 |