次の方法で共有


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 Catalog」を参照してください。

適用対象