Skip to main content
System.Reflection.MetadataLoadContext package icon

System.Reflection.MetadataLoadContext

Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.

Total Downloads
152.7M
152,714,615
Published
Jul 14, 2026
Latest stable version

Install

.NET CLI
dotnet add package System.Reflection.MetadataLoadContext --version 11.0.0-preview.6.26359.118
Package Manager Console
Install-Package System.Reflection.MetadataLoadContext -Version 11.0.0-preview.6.26359.118
PackageReference
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="11.0.0-preview.6.26359.118" />

Frameworks

net10.0 net11.0 .NETFramework4.6.2 .NETStandard2.0

Dependencies

[11.0.0-preview.6.26359.118, )
[11.0.0-preview.6.26359.118, )
[11.0.0-preview.6.26359.118, )
System.Reflection.Metadata
.NETFramework4.6.2
[11.0.0-preview.6.26359.118, )
System.Memory
.NETFramework4.6.2
[4.6.3, )
[11.0.0-preview.6.26359.118, )
[11.0.0-preview.6.26359.118, )
System.Memory
.NETStandard2.0
[4.6.3, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.