The WindowInformation type exposes the following members.

Constructors

  NameDescription
WindowInformation

Methods

  NameDescription
CreateObjRef (Inherited from MarshalByRefObject.)
DisposeOverloaded.
Equals (Inherited from Object.)
Finalize (Inherited from Component.)
GetHashCode (Inherited from Object.)
GetLifetimeService (Inherited from MarshalByRefObject.)
GetService (Inherited from Component.)
GetType (Inherited from Object.)
InitializeLifetimeService (Inherited from MarshalByRefObject.)
MemberwiseCloneOverloaded.
OnAdded
Called internally after adding found window to found windows list. By default just calls WindowAdded event.
OnAdding
Called internally before adding found window to found windows list. By default just calls WindowAdding event.
SearchWindows
Starts searching for windows in system with passed parameters.
ToString (Inherited from Component.)

Properties

  NameDescription
About
Shows version information and displays about box.
CanRaiseEvents (Inherited from Component.)
Container (Inherited from Component.)
DesignMode (Inherited from Component.)
Events (Inherited from Component.)
Site (Inherited from Component.)
Windows
List of found system windows.

Events

  NameDescription
Disposed (Inherited from Component.)
WindowAdded
Occurs after adding found window to window list.
WindowAdding
Occurs before adding found window to window list.

See Also