在WPF应用程序中,是否有可以分配给FileSystemWatcher.SynchronizingObject的对象?
我可以自己做,但如果有可用,我想用它.
Reflector显示实现的唯一类ISynchronizeInvoke(即FileSystemWatcher.SynchronizingObject属性的类型)是System.Windows.Form.Control(及其子类); 似乎没有任何WPF对象实现此接口.
ISynchronizeInvoke
FileSystemWatcher.SynchronizingObject
System.Windows.Form.Control