POSIX/Unix interface for Mono, .NET and .NET Core. Provides functionality for managed code to access POSIX/Unix features not accessible via the BCL. This repository supersedes the older code in https://github.com/mono/mono
MIT License
42
stars
10
forks
source link
[dotnet] Use `NativeLibrary` to load `libMono.Unix` DSO #6
dotnet needs this in order to be able to locate the shared library in
the runtimes subdirectory of the directory where Mono.Unix.dll
lives. The code is enabled only for netcoreapp builds.
dotnet
needs this in order to be able to locate the shared library in theruntimes
subdirectory of the directory whereMono.Unix.dll
lives. The code is enabled only fornetcoreapp
builds.