Compartilhar via


DependencyContext.RuntimeGraph Propriedade

Definição

Obtém um grafo de identificadores de runtime.

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)

Valor da propriedade

Um grafo de identificadores de runtime.

Comentários

Um grafo de identificadores de runtime indica quais runtimes são compatíveis entre si. Para obter mais informações, consulte Catálogo RID do .NET.

Aplica-se a