메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
MultiFileWatcher ( ) : System | ||
MultiFileWatcher ( NotifyFilters notifyFilters ) : System | ||
StopWatching ( ) : void |
Stops watching all files.
|
|
StopWatching ( string fileName ) : void |
Stops watching the specified file.
|
|
Watch ( IEnumerable |
Watches the specified files for changes.
|
메소드 | 설명 | |
---|---|---|
OnFileChanged ( |
메소드 | 설명 | |
---|---|---|
StopWatching ( |
||
Watch ( string fileName ) : void |
public MultiFileWatcher ( NotifyFilters notifyFilters ) : System | ||
notifyFilters | NotifyFilters | |
리턴 | System |
protected OnFileChanged ( |
||
e | ||
리턴 | void |
public Watch ( IEnumerable |
||
fileNames | IEnumerable |
The file names. |
리턴 | void |