IKVM.ByteCode
8.10.0
Prefix Reserved
See the version list below for details.
dotnet add package IKVM.ByteCode --version 8.10.0
NuGet\Install-Package IKVM.ByteCode -Version 8.10.0
<PackageReference Include="IKVM.ByteCode" Version="8.10.0" />
paket add IKVM.ByteCode --version 8.10.0
#r "nuget: IKVM.ByteCode, 8.10.0"
// Install IKVM.ByteCode as a Cake Addin #addin nuget:?package=IKVM.ByteCode&version=8.10.0 // Install IKVM.ByteCode as a Cake Tool #tool nuget:?package=IKVM.ByteCode&version=8.10.0
IKVM.ByteCode
Provides a Java class file parser, reader and writer implementation used by the IKVM project.
The project is organized into three related sections.
IKVM.ByteCode.Parsing
Contains Record structures and classes that represent the raw values that might appear in a Java class file. These types are not blittable, but do contain a TryRead method and TryWrite method, targeting a ClassFormatReader and ClassFormatWriter respectively.
IVKM.ByteCode.Reading
Contains Reader classes that wrap Record structures. The main top-level class is ClassReader. ClassReader operates on a ClassRecord. ClassReader exposes collections and properties which allow navigation through a parsed class file. An attempt is made to only initialize data from the underlying records on demand.
The Readers allow you to navigate through the constant pool, resolve constant values, and navigate through the interfaces, fields, methods and attributes of the class.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Microsoft.CSharp (>= 4.7.0)
- System.IO.Pipelines (>= 6.0.3)
- System.Memory (>= 4.5.5)
-
net6.0
- Microsoft.CSharp (>= 4.7.0)
- System.IO.Pipelines (>= 6.0.3)
- System.Memory (>= 4.5.5)
-
net7.0
- Microsoft.CSharp (>= 4.7.0)
- System.IO.Pipelines (>= 6.0.3)
- System.Memory (>= 4.5.5)
-
net8.0
- Microsoft.CSharp (>= 4.7.0)
- System.IO.Pipelines (>= 6.0.3)
- System.Memory (>= 4.5.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IKVM.ByteCode:
Package | Downloads |
---|---|
IKVM
Java SE 8 Virtual Machine for .NET |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on IKVM.ByteCode:
Repository | Stars |
---|---|
ikvmnet/ikvm
A Java Virtual Machine and Bytecode-to-IL Converter for .NET
|
Version | Downloads | Last updated |
---|---|---|
9.2.2 | 964 | 10/29/2024 |
9.2.1 | 103 | 10/29/2024 |
9.2.0 | 111 | 10/28/2024 |
9.1.3 | 963 | 8/20/2024 |
9.1.2 | 175 | 8/19/2024 |
9.1.1 | 184 | 8/19/2024 |
9.1.0 | 206 | 8/17/2024 |
9.0.0 | 15,343 | 8/14/2024 |
8.12.0 | 252 | 8/12/2024 |
8.11.0 | 168 | 8/4/2024 |
8.10.0 | 315 | 7/20/2024 |
8.9.1 | 7,049 | 7/14/2024 |
8.9.0 | 655 | 7/12/2024 |
8.9.0-pre.3 | 111 | 7/10/2024 |