C# Класс UnitWrappers.System.IO.FileSystemWatcherWrap

Наследование: IFileSystemWatcher
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
BeginInit ( ) : void

Notifies the object that initialization is beginning and tells it to standby.

Dispose ( ) : void
EndInit ( ) : void

Notifies the object that initialization is complete.

FileSystemWatcherWrap ( ) : System

Initializes a new instance of the class.

FileSystemWatcherWrap ( string path ) : System

Initializes a new instance of the class, given the specified directory to monitor.

FileSystemWatcherWrap ( string path, string filter ) : System

Initializes a new instance of the class, given the specified directory and type of files to monitor.

WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult

A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change that you wish to monitor.

WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult

A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change that you wish to monitor and the time (in milliseconds) to wait before timing out.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

BeginInit() публичный Метод

Notifies the object that initialization is beginning and tells it to standby.
public BeginInit ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndInit() публичный Метод

Notifies the object that initialization is complete.
public EndInit ( ) : void
Результат void

FileSystemWatcherWrap() публичный Метод

Initializes a new instance of the class.
public FileSystemWatcherWrap ( ) : System
Результат System

FileSystemWatcherWrap() публичный Метод

Initializes a new instance of the class, given the specified directory to monitor.
public FileSystemWatcherWrap ( string path ) : System
path string
Результат System

FileSystemWatcherWrap() публичный Метод

Initializes a new instance of the class, given the specified directory and type of files to monitor.
public FileSystemWatcherWrap ( string path, string filter ) : System
path string
filter string
Результат System

WaitForChanged() публичный Метод

A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change that you wish to monitor.
public WaitForChanged ( WatcherChangeTypes changeType ) : WaitForChangedResult
changeType WatcherChangeTypes
Результат WaitForChangedResult

WaitForChanged() публичный Метод

A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change that you wish to monitor and the time (in milliseconds) to wait before timing out.
public WaitForChanged ( WatcherChangeTypes changeType, int timeout ) : WaitForChangedResult
changeType WatcherChangeTypes
timeout int
Результат WaitForChangedResult