Struct WindowMatchParams
Specifies a set of conditions which should be matched by a window
Inherited Members
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public readonly struct WindowMatchParams
Constructors
Name | Description |
---|---|
WindowMatchParams(string) |
Fields
Name | Description |
---|---|
Empty |
Properties
Name | Description |
---|---|
Handle | Window HWND |
Index | 0-based index of a window, useful when there are more than one match and you need non-first one |
IsEmpty | |
IsRegex | Indicates whether window title should be treated as regex or not |
IsStrict | Indicates whether to allow only strict matches (by default it's by "contains") |
Title | Window title |
Methods
Name | Description |
---|---|
FromExpression(string) | |
ToString() |