Lost.Native
0.0.4
This package contains some additions to P/Invoke. For example: it allows you to embed native libraries into .NET assembly, and then call them via P/Invoke.
Install-Package Lost.Native -Version 0.0.4
dotnet add package Lost.Native --version 0.0.4
<PackageReference Include="Lost.Native" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lost.Native --version 0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Lost.Native:
Package | Downloads |
---|---|
LLVM.NativeLibrary
This assembly provides native LLVM dynamic libraries for Win32 and x64. Just call LLVMDLL.Load, and native LLVM DLL matching your current architecture will be loaded. This resolves references to LLVM-3.3 from P/Invoke.
|
GitHub repositories
This package is not used by any popular GitHub repositories.