Rxmxnx.JNetInterface.Core
0.2.1
See the version list below for details.
dotnet add package Rxmxnx.JNetInterface.Core --version 0.2.1
NuGet\Install-Package Rxmxnx.JNetInterface.Core -Version 0.2.1
<PackageReference Include="Rxmxnx.JNetInterface.Core" Version="0.2.1" />
paket add Rxmxnx.JNetInterface.Core --version 0.2.1
#r "nuget: Rxmxnx.JNetInterface.Core, 0.2.1"
// Install Rxmxnx.JNetInterface.Core as a Cake Addin #addin nuget:?package=Rxmxnx.JNetInterface.Core&version=0.2.1 // Install Rxmxnx.JNetInterface.Core as a Cake Tool #tool nuget:?package=Rxmxnx.JNetInterface.Core&version=0.2.1
Rxmxnx.JNetInterface.Core
is the package containing only the base clasess and abstractions which may be useful for application in places where a dependency on a JVM is not desirable.
Usage
This package is included automatically as a dependency of the main Rxmxnx.JNetInterface
package. Usually, the core package is only explicitly installed in places where it is undesirable to use a real JNI implementation.
For example, it can be installed to use to create a .NET JNI code but isolated from any unmanaged or native interop.
API Access Restrictions
Rxmxnx.JNetInterface.Core
publicly exposes the APIs necessary to develop JNI code using .NET, however, some of these APIs are restricted to prevent unauthorized access to sensitive and critical parts.
Currently only Rxmxnx.JNetInterface
, which implements interoperability between .NET and the JVM, has access to these restricted APIs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Rxmxnx.PInvoke.Extensions (>= 1.2.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rxmxnx.JNetInterface.Core:
Package | Downloads |
---|---|
Rxmxnx.JNetInterface
Rxmxnx.JNetInterface provides an implementation of the Java Native Interface and Invocation API for use within the .NET ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.