IKVM.ByteCode 8.10.0

Prefix Reserved
There is a newer version of this package available.
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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IKVM.ByteCode" Version="8.10.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IKVM.ByteCode --version 8.10.0                
#r "nuget: IKVM.ByteCode, 8.10.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.3 300 8/20/2024
9.1.2 109 8/19/2024
9.1.1 126 8/19/2024
9.1.0 144 8/17/2024
9.0.0 1,683 8/14/2024
8.12.0 180 8/12/2024
8.11.0 125 8/4/2024
8.10.0 288 7/20/2024
8.9.1 4,258 7/14/2024
8.9.0 406 7/12/2024
8.9.0-pre.3 99 7/10/2024