C# 클래스 System.IO.FileSystemWatcher.RunningInstance.WatchedDirectory

State associated with a watched directory.
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
AppendSeparatorIfNeeded void
GetPath string
Write void

비공개 메소드들

메소드 설명
AppendSeparatorIfNeeded ( StringBuilder builder ) : void

Adds a directory path separator to the end of the builder if one isn't there.

GetPath ( bool relativeToRoot, string additionalName = null ) : string

Gets the path of this directory.

Write ( StringBuilder builder, bool relativeToRoot ) : void

Write's this directory's path to the builder.