System.Reflection.MetadataLoadContext 9.0.12

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
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
166
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
149
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
141
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
140
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
138
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
133
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
131
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
125
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
124
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
123
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
121
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
108
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
103
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
98
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
96
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
93
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
89
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
87
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
83

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.2.26159.112 3 3/12/2026
11.0.0-preview.1.26104.118 4 2/11/2026
10.0.5 0 3/12/2026
10.0.4 2 3/12/2026
10.0.3 4 2/11/2026
10.0.2 8 1/21/2026
10.0.1 22 12/14/2025
10.0.0 39 11/12/2025
10.0.0-rc.2.25502.107 48 10/15/2025
10.0.0-rc.1.25451.107 49 9/12/2025
10.0.0-preview.7.25380.108 47 8/13/2025
10.0.0-preview.6.25358.103 56 7/19/2025
10.0.0-preview.5.25277.114 59 6/8/2025
10.0.0-preview.4.25258.110 63 5/16/2025
10.0.0-preview.3.25171.5 81 4/12/2025
10.0.0-preview.2.25163.2 78 3/21/2025
10.0.0-preview.1.25080.5 72 2/28/2025
9.0.14 1 3/12/2026
9.0.13 4 2/11/2026
9.0.12 8 1/21/2026
9.0.11 42 11/12/2025
9.0.10 47 10/15/2025
9.0.9 48 9/12/2025
9.0.8 55 8/7/2025
9.0.7 51 7/13/2025
9.0.6 57 6/15/2025
9.0.5 55 5/17/2025
9.0.4 61 4/9/2025
9.0.3 61 3/14/2025
9.0.2 91 2/14/2025
9.0.1 79 1/17/2025
9.0.0 76 11/13/2024
9.0.0-rc.2.24473.5 94 10/8/2024
9.0.0-rc.1.24431.7 76 9/12/2024
9.0.0-preview.7.24405.7 93 8/13/2024
9.0.0-preview.6.24327.7 97 7/10/2024
9.0.0-preview.5.24306.7 92 6/12/2024
9.0.0-preview.4.24266.19 97 6/5/2024
9.0.0-preview.3.24172.9 87 4/12/2024
9.0.0-preview.2.24128.5 103 3/20/2024
9.0.0-preview.1.24080.9 89 2/24/2024
8.0.1 80 10/25/2024
8.0.0 92 11/17/2023
8.0.0-rc.2.23479.6 99 10/18/2023
8.0.0-rc.1.23419.4 106 9/24/2023
8.0.0-preview.7.23375.6 110 8/23/2023
8.0.0-preview.6.23329.7 107 8/2/2023
8.0.0-preview.5.23280.8 91 7/22/2023
8.0.0-preview.4.23259.5 93 8/4/2023
8.0.0-preview.3.23174.8 106 5/14/2023
8.0.0-preview.2.23128.3 92 5/17/2023
8.0.0-preview.1.23110.8 103 2/23/2023
7.0.0 103 11/27/2022
7.0.0-rc.2.22472.3 100 12/5/2022
7.0.0-rc.1.22426.10 95 9/17/2022
7.0.0-preview.7.22375.6 104 9/17/2022
7.0.0-preview.6.22324.4 98 9/17/2022
7.0.0-preview.5.22301.12 118 9/17/2022
7.0.0-preview.4.22229.4 106 9/17/2022
7.0.0-preview.3.22175.4 107 9/17/2022
7.0.0-preview.2.22152.2 123 9/17/2022
7.0.0-preview.1.22076.8 123 9/17/2022
6.0.2-mauipre.1.22102.15 110 9/17/2022
6.0.2-mauipre.1.22054.8 114 9/17/2022
6.0.1 75 11/14/2024
6.0.0 117 9/17/2022
6.0.0-rc.2.21480.5 105 9/17/2022
6.0.0-rc.1.21451.13 115 9/17/2022
6.0.0-preview.7.21377.19 98 9/17/2022
6.0.0-preview.6.21352.12 95 9/17/2022
6.0.0-preview.5.21301.5 99 9/17/2022
6.0.0-preview.4.21253.7 100 9/17/2022
6.0.0-preview.3.21201.4 117 9/17/2022
6.0.0-preview.2.21154.6 98 9/17/2022
6.0.0-preview.1.21102.12 102 9/17/2022
5.0.1 89 9/17/2022
5.0.0 115 9/17/2022
5.0.0-rc.2.20475.5 100 9/17/2022
5.0.0-rc.1.20451.14 95 9/17/2022
5.0.0-preview.8.20407.11 101 9/17/2022
5.0.0-preview.7.20364.11 97 9/17/2022
5.0.0-preview.6.20305.6 91 9/17/2022
5.0.0-preview.5.20278.1 96 9/17/2022
5.0.0-preview.4.20251.6 95 9/17/2022
5.0.0-preview.3.20214.6 103 9/17/2022
5.0.0-preview.2.20160.6 110 9/17/2022
5.0.0-preview.1.20120.5 97 9/17/2022
4.7.2 100 9/17/2022
4.7.1 99 9/17/2022
4.7.0 99 9/17/2022
4.7.0-preview3.19551.4 111 9/17/2022
4.7.0-preview2.19523.17 106 9/17/2022
4.7.0-preview1.19504.10 100 9/17/2022
4.6.0 96 9/17/2022
4.6.0-rc1.19456.4 95 9/17/2022
4.6.0-preview9.19421.4 98 9/17/2022
4.6.0-preview9.19416.11 110 9/17/2022
4.6.0-preview8.19405.3 103 9/17/2022
4.6.0-preview7.19362.9 98 9/17/2022
4.6.0-preview6.19303.8 98 9/17/2022
4.6.0-preview6.19264.9 99 9/17/2022
4.6.0-preview5.19224.8 105 9/17/2022
4.6.0-preview4.19212.13 90 9/17/2022
4.6.0-preview3.19128.7 99 9/17/2022
4.6.0-preview.19073.11 100 9/17/2022
4.6.0-preview.18571.3 98 9/17/2022