The WindowInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WindowInformation |
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | Overloaded. | |
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.) | |
MemberwiseClone | Overloaded. | |
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
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) | |
WindowAdded |
Occurs after adding found window to window list.
| |
WindowAdding |
Occurs before adding found window to window list.
|