wfpool class
Description
Provides functions to assist window operations.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.WinFrame.dll.
Caution : Rtype.WinFrame.dll is not included in the Cooker distribution archive. In order to use the class, please incorporate the dll file yourself.
DLL
Rtype.WinFrame.dll
fitter
Signature | Description |
wfpool() | Get a new instance of wfpool class. |
getter
setter
This class does not have a setter.
method
Signature | Description |
GetActive() | Gets the active window. |
GetAll() | Gets a list of all open top-level windows. |
GetByProcessName(string) | Gets a list of the top-level windows that have the specified process name. |
GetByTitle(string) | Gets a list of the top-level windows that have the specified title. |
GetByUserData(int) | Gets a list of the top-level windows that have the specified numeric value. |
ExistByProcessName(string) | Gets a value indicating whether a top-level window with the specified process name exists. |
ExistByTitle(string) | Gets a value indicating whether a top-level window with the specified title exists. |
ExistByUserData(int) | Gets a value indicating whether a top-level window with the specified numeric value exists. |
Start(string) | Executes the specified application. |
Start(string,string) | Executes the specified application. |
StartAsync(string) | Executes the specified application. |
StartAsync(string,string) | Executes the specified application. |
Downloads for latest version.
Downloads the winframe and wfpool class ver 1.0.0.0 for Any CPU.
Downloads the winframe and wfpool class ver 1.0.0.0 for x86.
Downloads the winframe and wfpool class ver 1.0.0.0 for x64.
Downloads the source of winframe and wfpool class ver 1.0.0.0.
The above .dll and source files are distributed as a self-extracting archive of 7z format.