DependencyContext.CompileLibraries プロパティ

定義

アプリケーションのコンパイルに使用するライブラリの一覧を取得します。

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

プロパティ値

アプリケーションのコンパイルに使用されるライブラリの一覧。

注釈

このプロパティは、 PreserveCompilationContext プロジェクト プロパティが に設定されている場合にのみ完全に True設定されます。 それ以外の場合、このプロパティの内容が不完全であるか空である可能性があります。

適用対象