[PTRun][WindowWalker] Fixes and small improvements (#16959)

* fixes and changes

* fix spelling

* add os version check

* Improve speed of virtual desktop helper

* speed improvement two
This commit is contained in:
Heiko
2022-03-14 16:40:27 +01:00
committed by GitHub
parent 50169f9271
commit bf3e427017
8 changed files with 109 additions and 66 deletions

View File

@@ -126,7 +126,8 @@ namespace Microsoft.Plugin.WindowWalker.Components
$"Is ShellProcess: {window.Process.IsShellProcess}\n" +
$"Is window cloaked: {window.IsCloaked}\n" +
$"Window cloak state: {window.GetWindowCloakState()}\n" +
$"Desktop name: {window.Desktop.Name}" +
$"Desktop id: {window.Desktop.Id}\n" +
$"Desktop name: {window.Desktop.Name}\n" +
$"Desktop number: {window.Desktop.Number}\n" +
$"Desktop is visible: {window.Desktop.IsVisible}\n" +
$"Desktop position: {window.Desktop.Position}\n" +