Partager via


DependencyContext.RuntimeGraph Propriété

Définition

Obtient un graphique d’identificateurs d’exécution.

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)

Valeur de propriété

Graphique d’identificateurs d’exécution.

Remarques

Un graphique d’identificateurs d’exécution indique quels runtimes sont compatibles les uns avec les autres. Pour plus d’informations, consultez Catalogue RID .NET.

S’applique à