다음을 통해 공유


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 카탈로그를 참조하세요.

적용 대상