Constructor AssemblyNameCollectionAssemblyProvider
AssemblyNameCollectionAssemblyProvider(IEnumerable<AssemblyName>, AssemblyLoadContext)
Initialises a new AssemblyNameCollectionAssemblyProvider
instance with a given collection of AssemblyNames.
Declaration
public AssemblyNameCollectionAssemblyProvider(IEnumerable<AssemblyName> assemblyNames, AssemblyLoadContext assemblyLoadContext = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<AssemblyName> | assemblyNames | The AssemblyNames collection that is provided by this instance. |
System.Runtime.Loader.AssemblyLoadContext | assemblyLoadContext |
The System.Runtime.Loader.AssemblyLoadContext used to load assemblies. If not provided
or null , the System.Runtime.Loader.AssemblyLoadContext.Default context instance
is used instead.
|