Switcheroo.AppWindow.SwitchToThisWindow C# (CSharp) Метод

SwitchToThisWindow() приватный Метод

private SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void
hWnd System.IntPtr
fAltTab bool
Результат void
        static extern void SwitchToThisWindow(IntPtr hWnd, bool fAltTab);