コード例 #1
0
ファイル: PortMonitor.cs プロジェクト: orf53975/Cube.Pdf
 /* ----------------------------------------------------------------- */
 ///
 /// PortMonitor
 ///
 /// <summary>
 /// Initializes a new instance of the PortMonitor class.
 /// </summary>
 ///
 /* ----------------------------------------------------------------- */
 private PortMonitor(MonitorInfo2 core)
 {
     _core         = core;
     DirectoryName = System.Environment.SpecialFolder.System.GetName();
 }
コード例 #2
0
ファイル: WinSpool.cs プロジェクト: orf53975/Cube.Pdf
 public static extern bool AddMonitor(
     string pName,
     uint Level,
     ref MonitorInfo2 pMonitors
     );