Sdílet prostřednictvím


DependencyContext.RuntimeGraph Vlastnost

Definice

Získá graf identifikátorů modulu 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)

Hodnota vlastnosti

Graf identifikátorů modulu runtime.

Poznámky

Graf identifikátorů modulu runtime označuje, které moduly runtime jsou vzájemně kompatibilní. Další informace najdete v tématu Katalog identifikátorů RID .NET.

Platí pro