Table of Contents

Constructor DesktopWindowInfo

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

DesktopWindowInfo(nint, string, string)

A record providing properties of window information.

public DesktopWindowInfo(nint Handle, string Name, string ClassName)

Parameters

Handle nint

Gets the handle to a window.

Name string

Gets the window name.

ClassName string

Gets the window class name.