Enum WindowMatchWindowType
Specifies types of windows that can be matched based on their hierarchical relationship within the system.
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.dll
Syntax
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum WindowMatchWindowType
Remarks
This enum helps refine window matching by distinguishing between main windows, child windows, and windows that are top-level in the system hierarchy.
Fields
Name | Description |
---|---|
Any | Matches any window type, without filtering by hierarchy level. |
Child | Matches child windows only, which are typically subordinate to main or top-level windows. |
TopLevel | Matches top-level windows, which are main application windows or other primary windows without a parent. |