Microsoft.Extensions.DependencyModel
Indicates whether the current object is equal to another object of the same type.
An object to compare with this object.
if the current object is equal to the parameter; otherwise, .
Provides information about application dependencies.
Initializes a new instance of the class.
Target runtime information.
Compilation options.
Compilation libraries.
Runtime libraries.
Runtime identifiers graph.
Loads the dependency context for the specified assembly.
The assembly to load dependency context for.
The dependency context for the specified assembly, or null when dependency context is not available.
Merges the current dependency context with the specifed one.
The dependency context to merge.
The dependency context that results from merging dependencies of the current context with the specified one.
Gets the compilation options used to compile the application.
The compilation options used to compile the application.
Gets the list of libraries used to compile the application.
The list of libraries used to compile the application.
Gets the dependency context for the current application.
The dependency context for the current application.
Gets a runtime identifiers graph.
A runtime identifiers graph.
Gets the list of libraries used by the application at run time.
The list of libraries used by the application at run time.
Gets information about the application's target runtime.
The application's target runtime information.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Gets a list of asset paths provided in this runtime group.
A read-only list of strings that represent the asset paths.
The runtime ID associated with this group (may be empty if the group is runtime-agnostic).
A string that represents the runtime ID.
Gets a list of runtime files provided in this runtime group.
A read-only list of runtime file instances.
Initializes a new .
The library's type.
The library's name.
The library's version.
The library package's hash.
The library's runtime assemblies.
The library's native libraries.
The library's resource assemblies.
The library's dependencies.
Whether the library is serviceable.
The library package's path.
The library package's hash path.
The library's runtime store manifest name.
, or , or , or , or , or or is .
Provides extension methods for generic collections.
Gets an enumeration of assets where each asset has an empty runtime.
The source enumeration of .
is .
An enumeration of assets, each with an empty .
Gets the first with an empty .
The source enumeration of .
is .
The first with an empty , or if none exists.
Gets an enumeration of where each value has an empty runtime.
The source enumeration of .
is .
An enumeration of , each with an empty .
Gets an enumeration of assets where each asset's value equals .
The source enumeration of .
The string to search for.
is .
An enumeration of assets where each asset's equals .
Gets an enumeration of where each value's equals .
The source enumeration of .
The string to search for.
is or empty.
An enumeration of , where each value's equals .
Gets the first where matches .
The source enumeration of .
The string to search for.
is or empty.
The first where matches , or if none exists.