C# 클래스 Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.IO.MsBuildFileSystemWatcher

상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
MsBuildFileSystemWatcher ( string directory, string filter, int delayMilliseconds, int recoveryDelayMilliseconds, IFileSystem fileSystem, IMsBuildFileSystemFilter fileSystemFilter, IActionLog log, TaskScheduler taskScheduler = null ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
Consume ( ) : void
ConsumeWaitPublish ( ) : Task
CreateFileSystemWatcher ( NotifyFilters notifyFilter ) : IFileSystemWatcher
EmptyQueue ( ) : void
Enqueue ( IFileSystemChange change ) : void
FileSystemWatcherError ( string watcherName, ErrorEventArgs errorEventArgs ) : void
IsFileAllowed ( string rootDirectory, string fullPath, IFileSystem fileSystem, IMsBuildFileSystemFilter filter, string &relativePath, string &shortRelativePath ) : bool
StartConsumer ( ) : void
TryRecover ( ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MsBuildFileSystemWatcher() 공개 메소드

public MsBuildFileSystemWatcher ( string directory, string filter, int delayMilliseconds, int recoveryDelayMilliseconds, IFileSystem fileSystem, IMsBuildFileSystemFilter fileSystemFilter, IActionLog log, TaskScheduler taskScheduler = null ) : System
directory string
filter string
delayMilliseconds int
recoveryDelayMilliseconds int
fileSystem IFileSystem
fileSystemFilter IMsBuildFileSystemFilter
log IActionLog
taskScheduler System.Threading.Tasks.TaskScheduler
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void