System.Reflection.Metadata
1.2.0
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
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.8.6 or higher.
Install-Package System.Reflection.Metadata -Version 1.2.0
dotnet add package System.Reflection.Metadata --version 1.2.0
<PackageReference Include="System.Reflection.Metadata" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Reflection.Metadata --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Reflection.Metadata, 1.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Reflection.Metadata as a Cake Addin
#addin nuget:?package=System.Reflection.Metadata&version=1.2.0
// Install System.Reflection.Metadata as a Cake Tool
#tool nuget:?package=System.Reflection.Metadata&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5
- System.Collections.Immutable (>= 1.1.37)
-
.NETStandard 1.1
- System.Collections (>= 4.0.0)
- System.Collections.Immutable (>= 1.1.37)
- System.Diagnostics.Debug (>= 4.0.0)
- System.IO (>= 4.0.0)
- System.Linq (>= 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)
-
MonoAndroid 1.0
- System.Collections.Immutable (>= 1.1.37)
-
MonoTouch 1.0
- System.Collections.Immutable (>= 1.1.37)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0)
- System.Collections.Immutable (>= 1.1.37)
-
Windows 8.0
- System.Collections.Immutable (>= 1.1.37)
-
WindowsPhoneApp 8.1
- System.Collections.Immutable (>= 1.1.37)
-
Xamarin.iOS 1.0
- System.Collections.Immutable (>= 1.1.37)
-
Xamarin.Mac 2.0
- System.Collections.Immutable (>= 1.1.37)
-
Xamarin.TVOS 1.0
- System.Collections.Immutable (>= 1.1.37)
-
Xamarin.WatchOS 1.0
- System.Collections.Immutable (>= 1.1.37)
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.
|