Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 823 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 823 Bytes

ManagedX.Display

ManagedX.Display is a .NET 4.6 library (DLL) which provides information about GDI display devices (adapters, monitors) on Windows 7/8.x/10.

Also partially implements the DisplayConfig API.

Features

  • Supports both x64 and x86 platforms (AnyCPU)
  • CLS-compliant
  • Fully commented (in english)
  • Built taking into account code analysis suggestions (all rules enabled)
  • Hand-written: special care has been taken to avoid duplicating types (ie: DXGI), thus maximizing compatibility

Important

For the display adapters/monitors events to work, the application must periodically call DisplayDeviceManager.Refresh() !

Requirements