System.Runtime.Loader Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |