CilTools.BytecodeAnalysis 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CilTools.BytecodeAnalysis --version 1.0.0
NuGet\Install-Package CilTools.BytecodeAnalysis -Version 1.0.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="CilTools.BytecodeAnalysis" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CilTools.BytecodeAnalysis --version 1.0.0
#r "nuget: CilTools.BytecodeAnalysis, 1.0.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 CilTools.BytecodeAnalysis as a Cake Addin
#addin nuget:?package=CilTools.BytecodeAnalysis&version=1.0.0

// Install CilTools.BytecodeAnalysis as a Cake Tool
#tool nuget:?package=CilTools.BytecodeAnalysis&version=1.0.0

CilTools.BytecodeAnalysis reads .NET methods' Common Intermediate Language (CIL) bytecode and converts it into high-level objects or textual CIL representation so they can be easily studied and programmatically processed. (Previously CilBytecodeParser)

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on CilTools.BytecodeAnalysis:

Package Downloads
CilTools.Runtime

CilTools.Runtime reads Common Intermediate Language (CIL) bytecode of methods in external process's CLR instance using ClrMD.

CilTools.Metadata

The library that supports inspecting the contents of .NET assembly via reflection without loading it into the current process

CilTools.SourceCode

Provides APIs that assist in lexical analysis of source code in various programming languages

CilTools.Visualization

Provides APIs that visualize syntax trees

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.0 155 3/20/2024
2.8.0 260 7/30/2023
2.7.0 201 4/26/2023
2.6.1 417 4/9/2023
2.6.0 402 4/2/2023
2.5.0 507 12/7/2022
2.4.0 1,070 2/20/2022
2.3.0 488 8/3/2021
2.2.0 717 3/31/2021
2.1.0 651 11/25/2020
2.0.0 575 7/20/2020
1.0.0 623 5/2/2020