System.Reflection.Metadata
1.6.0
This packages provides a low-level .NET (ECMA-335) metadata reader and writer. 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
System.Reflection.Metadata.Ecma335.MetadataBuilder
System.Reflection.PortableExecutable.PEBuilder
System.Reflection.PortableExecutable.ManagedPEBuilder
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Reflection.Metadata -Version 1.6.0
dotnet add package System.Reflection.Metadata --version 1.6.0
<PackageReference Include="System.Reflection.Metadata" Version="1.6.0" />
paket add System.Reflection.Metadata --version 1.6.0
#r "nuget: System.Reflection.Metadata, 1.6.0"
// Install System.Reflection.Metadata as a Cake Addin
#addin nuget:?package=System.Reflection.Metadata&version=1.6.0
// Install System.Reflection.Metadata as a Cake Tool
#tool nuget:?package=System.Reflection.Metadata&version=1.6.0
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.5
- System.Collections.Immutable (>= 1.5.0)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.Collections.Immutable (>= 1.5.0)
-
.NETStandard 2.0
- System.Collections.Immutable (>= 1.5.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- System.Collections.Immutable (>= 1.5.0)
-
UAP 10.0.16299
- No dependencies.
-
Windows 8.0
- System.Collections.Immutable (>= 1.5.0)
-
WindowsPhoneApp 8.1
- System.Collections.Immutable (>= 1.5.0)
Used By
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.
|