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

State associated with a watched directory.
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
AppendSeparatorIfNeeded void
GetPath string
Write void

Private Methods

Méthode 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.