Compartir vía


DependencyContext.RuntimeGraph Propiedad

Definición

Obtiene un gráfico de identificadores en tiempo de ejecución.

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 de propiedad

Gráfico de identificadores en tiempo de ejecución.

Comentarios

Un gráfico de identificadores en tiempo de ejecución indica qué entornos de ejecución son compatibles entre sí. Para obtener más información, vea Catálogo de RID de .NET.

Se aplica a