次の方法で共有


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)

プロパティ値

実行時にアプリケーションによって使用されるライブラリの一覧。

適用対象