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

Search Results for

    Interface IWindowHandle

    Provides a handle to a window.

    Inherited Members
    IWin32Window.Handle
    IDisposable.Dispose()
    IEquatable<IWindowHandle>.Equals(IWindowHandle)
    Namespace: PoeShared.Native
    Assembly: PoeShared.Native.dll
    Syntax
    public interface IWindowHandle : IWin32Window, IDisposable, IEquatable<IWindowHandle>

    Properties

    Name Description
    AdjustWindowRectForDpi
    Class

    Gets the class name of the window.

    ClientRect

    Gets the dimensions of the client area of the window.

    CommandLine

    Gets the command line of the process that created the window.

    CreatedAt

    Gets the creation time of the process that created the window.

    DwmFrameBounds

    Gets the extended window frame bounds provided by DWM.

    DwmFrameBoundsWithinMonitor

    Gets the DWM window frame bounds within monitor.

    Icon

    Gets the icon of the window.

    IconBitmap

    Gets the icon of the window as a BitmapSource.

    IsIconic

    Gets a value indicating whether the window is minimized (iconic).

    IsVisible

    Gets a value indicating whether the window is visible.

    Owner

    Gets the owner of the window.

    Parent

    Gets the parent of the window.

    ParentProcessId

    Gets the parent process identifier of the process that created the window.

    ProcessArgs

    Gets the arguments of the process that created the window.

    ProcessId

    Gets the process identifier associated with the window.

    ProcessName

    Gets the name of the process that created the window.

    ProcessPath

    Gets the full path of the executable file of the process that created the window.

    ThreadId

    Gets the thread identifier that created the window.

    Title

    Gets the title of the window.

    TitleBarRect

    Gets window title bar bounds

    WindowRect

    Gets the outer dimensions of the window, including any title bar and border.

    WindowStyle

    Gets the window styles.

    WindowStylesEx

    Gets the extended window styles.

    ZOrder

    Gets or sets the z-order of the window.

    Extension Methods

    ReactiveObjectExtensions.Listen<TContext, TItem>(TContext, Expression<Func<TContext, IObservableList<TItem>>>)
    ReactiveObjectExtensions.Listen<TContext, TOut>(TContext, Expression<Func<TContext, TOut>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)
    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.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    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[])
    WindowHandleExtensions.IsOwnWindow(IWindowHandle)
    WindowHandleExtensions.IsVisibleAndValid(IWindowHandle, bool)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    © Xab3r. All rights reserved.