Info
Version: | 9.0.0-rc.1.24431.7 |
Author(s): | Microsoft |
Last Update: | Tuesday, September 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dot.net/ |
NuGet Url: | https://www.nuget.org/packages/System.Reflection.MetadataLoadContext |
Install
Install-Package System.Reflection.MetadataLoadContext
dotnet add package System.Reflection.MetadataLoadContext
paket add System.Reflection.MetadataLoadContext
System.Reflection.MetadataLoadContext Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Collections.Immutable(>= 5.0.0)
- System.Memory(>= 4.5.4)
- System.Reflection.Metadata(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.Reflection.Metadata(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.Reflection.Metadata(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.Memory(>= 4.5.4)
- System.Reflection.Metadata(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.Reflection.Metadata(>= 5.0.0)
No dependencies.
- System.Collections.Immutable(>= 5.0.0)
- System.Reflection.Metadata(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.Reflection.Metadata(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.Reflection.Metadata(>= 5.0.0)
- System.Collections.Immutable(>= 5.0.0)
- System.Reflection.Metadata(>= 5.0.0)
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.