Interface IWindowListProvider
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.dll
Syntax
public interface IWindowListProvider : IDisposable, INotifyPropertyChanged
Properties
Name | Description |
---|---|
AllWindowList | All windows including those with empty title/child/etc |
BlacklistedWindows | |
DesktopWindow | Primary desktop window handle |
IgnoredWindows | Windows that are ignored by some system filter |
WindowList | Visible windows |
Methods
Name | Description |
---|---|
AddToUserBlacklist(IWindowHandle) | |
GetForegroundWindow() | |
RemoveFromUserBlacklist(IWindowHandle) | |
ResolveByHandle(nint) |