DynamicInterop 0.9.1
Load native shared libraries from .NET on Unix, Windows or MacOS. This package offers more facilities to handle a native library at runtime rather than at compile time (vanilla P/Invoke uses rather static idioms).
Install-Package DynamicInterop -Version 0.9.1
dotnet add package DynamicInterop --version 0.9.1
<PackageReference Include="DynamicInterop" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamicInterop --version 0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Migration to .NET Standard 2.0
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (10)
Showing the top 5 NuGet packages that depend on DynamicInterop:
Package | Downloads |
---|---|
R.NET
A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.
|
|
RProvider
An F# Type Provider providing strongly typed access to the R statistical package. The type provider automatically discovers available R packages and makes them easily accessible from F#, so you can easily call powerful packages and visualization libraries from code running on the .NET platform.
|
|
FsLab.Runner
This package contains a library for turning FsLab experiments written as script files into HTML and LaTeX reports. The easiest way to use the library is to use the 'FsLab Journal' Visual Studio template.
|
|
SDSLite
This is a cross platform library for manipulating netCDF, CSV and TSV files.
|
|
R.NET.FSharp
A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.
|
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on DynamicInterop:
Repository | Stars |
---|---|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (C#, Python, F#)
|
|
rdotnet/rdotnet
.NET interop library to call the R statistical language in the same process
|
|
dem-net/DEM.Net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
|