C# Class 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.
Afficher le fichier Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis Class Usage Examples

Méthodes publiques

Méthode Description
FileChangeWatcher ( Task fileChangeService ) : System

Method Details

FileChangeWatcher() public méthode

public FileChangeWatcher ( Task fileChangeService ) : System
fileChangeService Task
Résultat System