CilTools.BytecodeAnalysis
2.0.0
See the version list below for details.
dotnet add package CilTools.BytecodeAnalysis --version 2.0.0
NuGet\Install-Package CilTools.BytecodeAnalysis -Version 2.0.0
<PackageReference Include="CilTools.BytecodeAnalysis" Version="2.0.0" />
paket add CilTools.BytecodeAnalysis --version 2.0.0
#r "nuget: CilTools.BytecodeAnalysis, 2.0.0"
// Install CilTools.BytecodeAnalysis as a Cake Addin #addin nuget:?package=CilTools.BytecodeAnalysis&version=2.0.0 // Install CilTools.BytecodeAnalysis as a Cake Tool #tool nuget:?package=CilTools.BytecodeAnalysis&version=2.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.
Product | Versions 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. |
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.