System.Runtime.Loader Namespace
The System.Runtime.Loader namespace provides interfaces and classes to allow developers the opportunity to influence runtime loading behavior.
Classes
AssemblyDependencyResolver |
Allows a program to resolve assemblies and native libraries to paths based on the dependencies of a given assembly. |
AssemblyLoadContext |
Represents the runtime's concept of a scope for assembly loading. |
Structs
AssemblyLoadContext.ContextualReflectionScope |
Provides a return type used exclusively for EnterContextualReflection(). It is intended to be used as an IDisposable in a |