CommandLineArguments.TouchedFilesPath 속성

정의

컴파일러에서 액세스하는 파일 경로 로그의 전체 경로이거나, 파일 로깅을 표시하지 않아야 하는 경우 null입니다.

public:
 property System::String ^ TouchedFilesPath { System::String ^ get(); };
public string TouchedFilesPath { get; }
public string? TouchedFilesPath { get; }
member this.TouchedFilesPath : string
Public ReadOnly Property TouchedFilesPath As String

속성 값

설명

두 개의 로그 파일이 만들어집니다. 하나는 경로 TouchedFilesPath 및 확장명이 ".read"이고, 다른 하나는 파일 읽기를 로깅하고, 두 번째는 컴파일 중에 작성된 파일을 로깅하는 경로 TouchedFilesPath 및 확장명 ".write"입니다.

적용 대상