Skip to content

YHiniger/ManagedX.Display

Repository files navigation

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

About

A .NET 4.6 library which provides information about GDI display devices (adapters, monitors) on Windows 7/8.x/10 (x86/x64); also supports the DisplayConfig API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages