Edit

Share via


DependencyContext.RuntimeGraph Property

Definition

Gets a runtime identifiers graph.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeFallbacks ^> ^ RuntimeGraph { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeFallbacks ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeFallbacks> RuntimeGraph { get; }
member this.RuntimeGraph : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeFallbacks>
Public ReadOnly Property RuntimeGraph As IReadOnlyList(Of RuntimeFallbacks)

Property Value

A runtime identifiers graph.

Remarks

A runtime identifiers graph indicates which runtimes are compatible with each other. For more information, see .NET RID Catalog.

Applies to