다음을 통해 공유


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경우에만 완전히 채워집니다. 그렇지 않으면 이 속성의 내용이 불완전하거나 비어 있을 수 있습니다.

적용 대상