NativeInterop 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NativeInterop --version 1.1.0
NuGet\Install-Package NativeInterop -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NativeInterop" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NativeInterop --version 1.1.0
#r "nuget: NativeInterop, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NativeInterop as a Cake Addin
#addin nuget:?package=NativeInterop&version=1.1.0

// Install NativeInterop as a Cake Tool
#tool nuget:?package=NativeInterop&version=1.1.0

Extends the NativeInterop.NativePtr module from FSharp.Core with 64-bit capabilities and exposes the functionality in an OOP-friendly manner as NativePtr<T> (raw pointer operations on pointers of type T* where T is an unmanaged type), extension methods to System.IntPtr and NativeArray64<T> (a generic native 64-bit array of items of unmanaged type T) to C# and VB (and F#, of course)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.5 97 4/28/2015
2.3.2 143 8/20/2014
2.3.1 71 7/10/2014
2.3.0 62 7/9/2014
2.2.1 59 7/2/2014
2.2.0 57 7/2/2014
2.1.0 52 6/20/2014
2.0.0 53 5/23/2014
1.4.1 53 5/18/2014
1.4.0 1 5/18/2014
1.2.1 50 4/28/2014
1.1.1 52 4/12/2014
1.1.0 53 4/12/2014
1.0.0 54 4/11/2014

Added NativePtr.StructureToBuffer and NativePtr.BufferToStructure to convert between byte[] and values of unmanaged types