Show / Hide Table of Contents

    Class WindowData

    An object that holds information on application event.

    Inheritance
    Object
    WindowData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: EventHook
    Assembly: EventHook.dll
    Syntax
    public class WindowData

    Fields

    EventType

    Declaration
    public int EventType
    Field Value
    Type Description
    Int32

    HWnd

    Declaration
    public IntPtr HWnd
    Field Value
    Type Description
    IntPtr

    Properties

    AppName

    Declaration
    public string AppName { get; set; }
    Property Value
    Type Description
    String

    AppPath

    Declaration
    public string AppPath { get; set; }
    Property Value
    Type Description
    String

    AppTitle

    Declaration
    public string AppTitle { get; set; }
    Property Value
    Type Description
    String
    Back to top Generated by DocFX