WindowsBox is a storage-class that provides an access to existing windows by name and Guid.
More...
WindowsBox is a storage-class that provides an access to existing windows by name and Guid.
◆ GetCurrentFocusedWindow()
static CoreWindow SpaceVIL.WindowsBox.GetCurrentFocusedWindow |
( |
| ) |
|
|
static |
◆ GetWindowInstance() [1/2]
static CoreWindow SpaceVIL.WindowsBox.GetWindowInstance |
( |
Guid |
guid | ) |
|
|
static |
Getting a window instance by its GUID.
- Parameters
-
- Returns
- CoreWindow link: if window with such GUID is exist. NULL: if window with such GUID is not exist.
◆ GetWindowInstance() [2/2]
static CoreWindow SpaceVIL.WindowsBox.GetWindowInstance |
( |
string |
name | ) |
|
|
static |
Getting a window instance by its name.
- Parameters
-
- Returns
- CoreWindow link: if window with such name is exist. NULL: if window with such name is not exist.
◆ GetWindowsList()
static List<String> SpaceVIL.WindowsBox.GetWindowsList |
( |
| ) |
|
|
static |
Getting the list of existing windows in the application.
- Returns
- The list of existing windows.
◆ PrintStoredWindows()
static void SpaceVIL.WindowsBox.PrintStoredWindows |
( |
| ) |
|
|
static |
Printing all existing windows in the application.
◆ TryShow() [1/2]
static bool SpaceVIL.WindowsBox.TryShow |
( |
Guid |
guid | ) |
|
|
static |
Trying to show a window by its GUID.
- Parameters
-
- Returns
- True: if window with such GUID is exist. False: if window with such GUID is not exist.
◆ TryShow() [2/2]
static bool SpaceVIL.WindowsBox.TryShow |
( |
String |
name | ) |
|
|
static |
Trying to show a window by its name.
- Parameters
-
- Returns
- True: if window with such name is exist. False: if window with such name is not exist.
The documentation for this class was generated from the following file: