C# Класс System.IO.FileSystemWatcher.RunningInstance.WatchedDirectory

State associated with a watched directory.
Показать файл Открыть проект

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.