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)

属性值

应用程序在运行时使用的库列表。

适用于