public WatcherManagerEmbeddedLoadLibrary()
 {
     // Create helper we will throw if the file does not exist.
     _helper = new WatcherManagerNativeLibrary(GetFromEmbedded(), EventsCallback, StatisticsCallback, LoggerCallback);
 }
Ejemplo n.º 2
0
 public WatcherManagerLoadLibrary()
 {
     // Create helper we will throw if the file does not exist.
     _helper = new WatcherManagerNativeLibrary(GetFromFileSystem(), Callback);
 }