DependencyContext.RuntimeGraph 属性

定义

获取运行时标识符图。

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)

属性值

运行时标识符图。

注解

运行时标识符图指示哪些运行时彼此兼容。 有关详细信息,请参阅 .NET RID 目录

适用于