Property Default
Default
Provides assemblies for all runtime libraries of the default Microsoft.Extensions.DependencyModel.DependencyContext instance.
Declaration
public static RuntimeLibrariesAssemblyProvider Default { get; }
Property Value
Type | Description |
---|---|
RuntimeLibrariesAssemblyProvider |
Remarks
As the runtime libraries are retrieved from the default Microsoft.Extensions.DependencyModel.DependencyContext, runtime
libraries are only available if the ".deps.json" dependency information file for the entry assembly
returned by GetEntryAssembly() is available. Otherwise, the list of runtime
libraries is empty.