C# Class System.IO.FileSystemWatcher.RunningInstance.WatchedDirectory

State associated with a watched directory.
显示文件 Open project: dotnet/corefx

Private Properties

Property Type Description
AppendSeparatorIfNeeded void
GetPath string
Write void

Private Methods

Method Description
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.