Class RuntimeLibrariesAssemblyProvider
Provides assemblies for a collection of Microsoft.Extensions.DependencyModel.RuntimeLibrary
instances.
Inheritance
RuntimeLibrariesAssemblyProvider
Implements
Inherited Members
Namespace: XploRe.Runtime.Loader
Assembly: XploRe.Runtime.Loader.dll
Syntax
public class RuntimeLibrariesAssemblyProvider : AssemblyNameCollectionAssemblyProvider, IAssemblyProvider
Remarks
This provider is only available for .NET Standard 1.6 or newer.
Constructors
Name | Description |
---|---|
RuntimeLibrariesAssemblyProvider(IEnumerable<RuntimeLibrary>, AssemblyLoadContext) | Initialises a new RuntimeLibrariesAssemblyProvider instance with a given collection of Microsoft.Extensions.DependencyModel.RuntimeLibrary instances. |
Properties
Name | Description |
---|---|
Default | Provides assemblies for all runtime libraries of the default Microsoft.Extensions.DependencyModel.DependencyContext instance. |