Is there a way to know how much buffer is left for FileSystemwatcher?
问题 When I query fileSystemWatcher.InternalBufferSize It will give the total Internal buffer size allocated to the Watcher. But I want to know (during debugging) how much buffer size for the Watcher is left and can be used and when I use the above statement in the Event handler method (say for the write operation) it always gives me the total buffer allocated size to the Watcher. Is there any way to obtain the remaining size of the buffer? Other Questions: From this answer, it is clear that event