C# 클래스 UnitWrappers.System.IO.FileSystemWatcherWrap

상속: IFileSystemWatcher
파일 보기 프로젝트 열기: OpenSharp/UnitWrappers

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