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

Search Results for

    Struct WindowMatchParams

    Specifies a set of conditions which should be matched by a window

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    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()

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    XDocumentExtensions.AddTo<T>(T, XContainer)
    © Xab3r. All rights reserved.