Constructor AssemblyNameLoaderAssemblyProvider
AssemblyNameLoaderAssemblyProvider(AssemblyLoadContext)
Initialises a new AssemblyNameLoaderAssemblyProvider instance with a given
AssemblyLoadContext instance.
Declaration
protected AssemblyNameLoaderAssemblyProvider(AssemblyLoadContext assemblyLoadContext = null)
Parameters
Type | Name | Description |
---|---|---|
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.
|