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);