System.Reflection.MetadataLoadContext 9.0.0-preview.4.24266.19

About

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.

How to Use

The following example shows how to print the list of types defined in an assembly.

using System;
using System.Reflection;

class Program
{
    static void Main()
    {
        string inspectedAssembly = "Example.dll";
        var resolver = new PathAssemblyResolver(new string[] {inspectedAssembly, typeof(object).Assembly.Location});
        using var mlc = new MetadataLoadContext(resolver, typeof(object).Assembly.GetName().ToString());

        // Load assembly into MetadataLoadContext
        Assembly assembly = mlc.LoadFromAssemblyPath(inspectedAssembly);
        AssemblyName name = assembly.GetName();

        // Print types defined in assembly
        Console.WriteLine($"{name.Name} has following types: ");

        foreach (Type t in assembly.GetTypes())
        {
            Console.WriteLine(t.FullName);
        }
    }
}

Main Types

The main types provided by this library are:

  • System.Reflection.MetadataLoadContext
  • System.Reflection.MetadataAssemblyResolver

Additional Documentation

Feedback & Contributing

System.Reflection.MetadataLoadContext is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Reflection.MetadataLoadContext.

Packages Downloads
DotNetCore.Natasha.CSharp
发布最新版 Natasha
2
DotNetCore.Natasha.CSharp
发布最新版 Natasha
5
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
4
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
6
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
7
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
8
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
9
Microsoft.Build.Runtime
This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.
2
Microsoft.Build.Runtime
This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.
3
Microsoft.Build.Runtime
This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.
4
Microsoft.Build.Runtime
This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.
5
Microsoft.Build.Runtime
This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.
8

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

.NET Standard 2.0

Version Downloads Last updated
9.0.0-preview.4.24266.19 3 05/29/2024
9.0.0-preview.3.24172.9 1 05/29/2024
9.0.0-preview.2.24128.5 2 05/29/2024
9.0.0-preview.1.24080.9 1 05/29/2024
8.0.0 2 05/29/2024
8.0.0-rc.2.23479.6 1 05/29/2024
8.0.0-rc.1.23419.4 2 05/29/2024
8.0.0-preview.7.23375.6 1 05/29/2024
8.0.0-preview.6.23329.7 3 05/29/2024
8.0.0-preview.5.23280.8 3 05/29/2024
8.0.0-preview.4.23259.5 1 05/29/2024
8.0.0-preview.3.23174.8 1 05/29/2024
8.0.0-preview.2.23128.3 1 05/29/2024
8.0.0-preview.1.23110.8 3 05/29/2024
7.0.0 4 12/18/2023
7.0.0-rc.2.22472.3 1 05/29/2024
7.0.0-rc.1.22426.10 4 05/29/2024
7.0.0-preview.7.22375.6 4 05/29/2024
7.0.0-preview.6.22324.4 1 05/29/2024
7.0.0-preview.5.22301.12 1 05/29/2024
7.0.0-preview.4.22229.4 2 05/29/2024
7.0.0-preview.3.22175.4 3 05/29/2024
7.0.0-preview.2.22152.2 3 05/29/2024
7.0.0-preview.1.22076.8 1 05/29/2024
6.0.2-mauipre.1.22102.15 1 05/29/2024
6.0.2-mauipre.1.22054.8 2 05/29/2024
6.0.0 3 05/29/2024
6.0.0-rc.2.21480.5 1 05/29/2024
6.0.0-rc.1.21451.13 3 05/29/2024
6.0.0-preview.7.21377.19 1 05/29/2024
6.0.0-preview.6.21352.12 1 05/29/2024
6.0.0-preview.5.21301.5 2 05/29/2024
6.0.0-preview.4.21253.7 3 05/29/2024
6.0.0-preview.3.21201.4 1 05/29/2024
6.0.0-preview.2.21154.6 1 05/29/2024
6.0.0-preview.1.21102.12 4 05/29/2024
5.0.1 1 05/29/2024
5.0.0 1 05/29/2024
5.0.0-rc.2.20475.5 1 05/29/2024
5.0.0-preview.8.20407.11 1 05/29/2024
5.0.0-preview.7.20364.11 1 05/29/2024
5.0.0-preview.6.20305.6 1 05/29/2024
5.0.0-preview.5.20278.1 1 05/29/2024
5.0.0-preview.4.20251.6 2 05/29/2024
5.0.0-preview.3.20214.6 2 05/29/2024
5.0.0-preview.2.20160.6 1 05/29/2024
5.0.0-preview.1.20120.5 1 05/29/2024
4.7.2 4 05/29/2024
4.7.1 1 05/29/2024
4.7.0 3 05/29/2024
4.7.0-preview2.19523.17 2 05/29/2024
4.7.0-preview1.19504.10 1 05/29/2024
4.6.0 3 05/29/2024
4.6.0-rc1.19456.4 1 05/29/2024
4.6.0-preview9.19421.4 3 05/29/2024
4.6.0-preview9.19416.11 1 05/29/2024
4.6.0-preview8.19405.3 1 05/29/2024
4.6.0-preview7.19362.9 1 05/29/2024
4.6.0-preview6.19303.8 2 05/29/2024
4.6.0-preview6.19264.9 2 05/29/2024
4.6.0-preview5.19224.8 1 05/29/2024
4.6.0-preview4.19212.13 1 05/29/2024
4.6.0-preview3.19128.7 1 05/29/2024
4.6.0-preview.19073.11 2 05/29/2024
4.6.0-preview.18571.3 1 05/29/2024