Enum WindowMatchOwnershipType
Specifies the ownership requirements for a matched window, allowing you to filter based on whether the window is owned by EyeAuras or by an external application.
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.dll
Syntax
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum WindowMatchOwnershipType
Remarks
This enum enables filtering by window ownership, allowing you to include or exclude windows based on whether they belong to EyeAuras or an external application.
Fields
Name | Description |
---|---|
Any | Matches windows regardless of ownership. |
External | Matches windows owned by external applications, excluding those belonging to EyeAuras. |