NativeLibraryLoader 1.0.12
Install-Package NativeLibraryLoader -Version 1.0.12
dotnet add package NativeLibraryLoader --version 1.0.12
<PackageReference Include="NativeLibraryLoader" Version="1.0.12" />
paket add NativeLibraryLoader --version 1.0.12
#r "nuget: NativeLibraryLoader, 1.0.12"
// Install NativeLibraryLoader as a Cake Addin
#addin nuget:?package=NativeLibraryLoader&version=1.0.12
// Install NativeLibraryLoader as a Cake Tool
#tool nuget:?package=NativeLibraryLoader&version=1.0.12
Contains the NativeLibrary type, useful for loading native shared libraries and retrieving function pointers.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyModel (>= 2.0.3)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on NativeLibraryLoader:
Package | Downloads |
---|---|
Veldrid
A low-level, hardware-accelerated graphics and compute library for .NET, with backends for Vulkan, Metal, Direct3D 11, OpenGL, and OpenGL ES. Veldrid can be used to create high-performance 2D and 3D games, simulations, tools, and other graphical applications. |
|
Veldrid.SDL2
Raw SDL2 bindings for .NET. Used by Veldrid for window and input management. |
|
Veldrid.SceneGraph
Package Description |
|
Veldrid.RenderDoc
RenderDoc integration for Veldrid. Provides access to RenderDoc's in-application API. Can be used to configure, collect, and save RenderDoc capture files, and to launch and manage the RenderDoc replay UI application. |
|
QuickLogger.NetStandard
QuickLogger is a cross-platform-native, Testable and Injectable multi-provider logging library for .NET ,NetCore, Object Paascal C, PHP, Python, Golang and more! |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on NativeLibraryLoader:
Repository | Stars |
---|---|
mellinoe/veldrid
A low-level, portable graphics library for .NET.
|
|
ncatlin/rgat
An instruction trace visualisation tool for dynamic program analysis
|