EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    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.

    Extension Methods

    ObjectExtensions.AddTo<WindowMatchOwnershipType, TCollection>(WindowMatchOwnershipType, ISourceList<TCollection>)
    ObjectExtensions.AddTo<WindowMatchOwnershipType, TCollection>(WindowMatchOwnershipType, ICollection<TCollection>)
    ObjectExtensions.CloneJson<WindowMatchOwnershipType>(WindowMatchOwnershipType)
    ObjectExtensions.CopyPropertiesTo<WindowMatchOwnershipType, TTarget>(WindowMatchOwnershipType, TTarget)
    ObjectExtensions.DumpToJson<WindowMatchOwnershipType>(WindowMatchOwnershipType)
    ObjectExtensions.DumpToTextRaw<WindowMatchOwnershipType>(WindowMatchOwnershipType)
    ObjectExtensions.DumpToText<WindowMatchOwnershipType>(WindowMatchOwnershipType)
    ObjectExtensions.Dump<WindowMatchOwnershipType>(WindowMatchOwnershipType)
    ObjectExtensions.GetPropertyAccessor<WindowMatchOwnershipType, TValue>(WindowMatchOwnershipType, Expression<Func<WindowMatchOwnershipType, TValue>>)
    ObjectExtensions.InsertTo<WindowMatchOwnershipType, TCollection>(WindowMatchOwnershipType, IList<TCollection>, int)
    ObjectExtensions.ToJson<WindowMatchOwnershipType>(WindowMatchOwnershipType, Formatting)
    ObjectExtensions.ToStringSafe<WindowMatchOwnershipType>(WindowMatchOwnershipType)
    ObjectExtensions.TransferPropertiesTo<WindowMatchOwnershipType, TTarget>(WindowMatchOwnershipType, TTarget, params string[])
    ObjectExtensions.WaitForAsync<WindowMatchOwnershipType, T1>(WindowMatchOwnershipType, Func<WindowMatchOwnershipType, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<WindowMatchOwnershipType>(WindowMatchOwnershipType, XContainer)
    2025 © Xab3r. All rights reserved.