DependencyContext Class

Definition

public ref class DependencyContext
public class DependencyContext
type DependencyContext = class
Public Class DependencyContext
Inheritance
DependencyContext

Constructors

DependencyContext(TargetInfo, CompilationOptions, IEnumerable<CompilationLibrary>, IEnumerable<RuntimeLibrary>, IEnumerable<RuntimeFallbacks>)

Properties

CompilationOptions
CompileLibraries
Default
RuntimeGraph
RuntimeLibraries
Target

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
Load(Assembly)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Merge(DependencyContext)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Extension Methods

GetDefaultAssemblyNames(DependencyContext)
GetDefaultNativeAssets(DependencyContext)
GetDefaultNativeRuntimeFileAssets(DependencyContext)
GetRuntimeAssemblyNames(DependencyContext, String)
GetRuntimeNativeAssets(DependencyContext, String)
GetRuntimeNativeRuntimeFileAssets(DependencyContext, String)

Applies to