Constructor DesktopWindowInfo
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
DesktopWindowInfo(nint, string, string, Win32ScreencapMethod, Win32InputMethod, Win32InputMethod)
A record providing properties of window information.
public DesktopWindowInfo(nint Handle, string Name, string ClassName, Win32ScreencapMethod ScreencapMethod = Win32ScreencapMethod.DXGI_DesktopDup, Win32InputMethod MouseMethod = Win32InputMethod.Seize, Win32InputMethod KeyboardMethod = Win32InputMethod.Seize)Parameters
Handlenint-
Gets the handle to a window.
Namestring-
Gets the window name.
ClassNamestring-
Gets the window class name.
ScreencapMethodWin32ScreencapMethod-
The screencap method.
MouseMethodWin32InputMethod-
The mouse method.
KeyboardMethodWin32InputMethod-
The keyboard method.