Example #1
0
 public void Dispose()
 {
     if (Etw != null)
     {
         Etw.Dispose();
     }
 }
Example #2
0
        public void Dispose()
        {
            if (Etw != null)
            {
                Etw.Dispose();
            }

            foreach (var regWatcher in regWatchers)
            {
                regWatcher.Stop();
            }
        }