System.IO.Abstractions.FileSystemWatcherWrapper.FileSystemWatcherWrapper C# (CSharp) Method

FileSystemWatcherWrapper() public method

public FileSystemWatcherWrapper ( ) : System.ComponentModel
return System.ComponentModel
        public FileSystemWatcherWrapper()
            : this(new FileSystemWatcher())
        {
            // do nothing
        }

Same methods

FileSystemWatcherWrapper::FileSystemWatcherWrapper ( FileSystemWatcher watcher ) : System.ComponentModel
FileSystemWatcherWrapper::FileSystemWatcherWrapper ( string path ) : System.ComponentModel
FileSystemWatcherWrapper::FileSystemWatcherWrapper ( string path, string filter ) : System.ComponentModel