共用方式為


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 目錄

適用於