Esempio n. 1
0
 /* ----------------------------------------------------------------- */
 ///
 /// PortMonitor
 ///
 /// <summary>
 /// Initializes a new instance of the PortMonitor class.
 /// </summary>
 ///
 /* ----------------------------------------------------------------- */
 private PortMonitor(MonitorInfo2 core)
 {
     _core         = core;
     DirectoryName = System.Environment.SpecialFolder.System.GetName();
 }
Esempio n. 2
0
 public static extern bool AddMonitor(
     string pName,
     uint Level,
     ref MonitorInfo2 pMonitors
     );