Table of Contents

Class DesktopWindowInfo

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

A record providing properties of window information.

public record DesktopWindowInfo : IEquatable<DesktopWindowInfo>

Inheritance

Derived

Implements

Inherited Members

Extension Methods

Constructors

DesktopWindowInfo(nint, string, string)

A record providing properties of window information.

Properties

ClassName

Gets the window class name.

Handle

Gets the handle to a window.

Name

Gets the window name.