March 2002
Intermediate to advanced
864 pages
31h 8m
English
WaitForChangedResult
This structure contains the changes on a file. This is used to
construct FileSystemEventArgs and
RenamedEventArgs.
public struct WaitForChangedResult { // Public Instance Properties public field WatcherChangeTypes ChangeType{set; get; } public field string Name{set; get; } public field string OldName{set; get; } public field bool TimedOut{set; get; } }
System.Object→System.ValueType→WaitForChangedResult
FileSystemWatcher.WaitForChanged()