System.Reflection.Metadata
1.1.0-alpha-00009
See the version list below for details.
Requires NuGet 2.8.6 or higher.
Install-Package System.Reflection.Metadata -Version 1.1.0-alpha-00009
dotnet add package System.Reflection.Metadata --version 1.1.0-alpha-00009
<PackageReference Include="System.Reflection.Metadata" Version="1.1.0-alpha-00009" />
paket add System.Reflection.Metadata --version 1.1.0-alpha-00009
#r "nuget: System.Reflection.Metadata, 1.1.0-alpha-00009"
// Install System.Reflection.Metadata as a Cake Addin
#addin nuget:?package=System.Reflection.Metadata&version=1.1.0-alpha-00009&prerelease
// Install System.Reflection.Metadata as a Cake Tool
#tool nuget:?package=System.Reflection.Metadata&version=1.1.0-alpha-00009&prerelease
This packages provides a low-level .NET (ECMA-335) metadata reader. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers.
Commonly Used Types:
System.Reflection.Metadata.MetadataReader
System.Reflection.PortableExecutable.PEReader
| Product | Versions |
|---|---|
| .NETPlatform | dotnet |
-
.NETPlatform 5.0
- System.Collections (>= 4.0.0)
- System.Collections.Immutable (>= 1.1.36)
- System.Diagnostics.Debug (>= 4.0.0)
- System.IO (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Reflection.Extensions (>= 4.0.0)
- System.Reflection.Primitives (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
- System.Runtime.InteropServices (>= 4.0.0)
- System.Text.Encoding (>= 4.0.0)
- System.Text.Encoding.Extensions (>= 4.0.0)
- System.Threading (>= 4.0.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0)
- System.Collections.Immutable (>= 1.1.36)
NuGet packages (16)
Showing the top 5 NuGet packages that depend on System.Reflection.Metadata:
| Package | Downloads |
|---|---|
|
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e595ee276d14e14bfb3eb323fb57f2aa668bddea |
|
|
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213 |
|
|
Microsoft.AspNetCore.Diagnostics
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware This package was built from the source code at https://github.com/aspnet/Diagnostics/tree/c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa |
|
|
JetBrains.Microsoft.Diagnostics.Runtime
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes. |
|
|
Microsoft.DiaSymReader.PortablePdb
Implementation of Microsoft DiaSymReader interfaces that reads debug information from Portable PDB format. |