C# 클래스 Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem.FileChangeWatcher

A service that wraps the Visual Studio file watching APIs to make them more convenient for use. With this, a consumer can create an IContext which lets you add/remove files being watched, and an event is raised when a file is modified.
파일 보기 프로젝트 열기: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis 1 사용 예제들

공개 메소드들

메소드 설명
FileChangeWatcher ( Task fileChangeService ) : System

메소드 상세

FileChangeWatcher() 공개 메소드

public FileChangeWatcher ( Task fileChangeService ) : System
fileChangeService Task
리턴 System