다음을 통해 공유


DependencyContext.RuntimeLibraries 속성

정의

런타임에 애플리케이션에서 사용하는 라이브러리 목록을 가져옵니다.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeLibrary ^> ^ RuntimeLibraries { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeLibrary ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeLibrary> RuntimeLibraries { get; }
member this.RuntimeLibraries : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeLibrary>
Public ReadOnly Property RuntimeLibraries As IReadOnlyList(Of RuntimeLibrary)

속성 값

런타임에 애플리케이션에서 사용하는 라이브러리 목록입니다.

적용 대상