C# 클래스 withSIX.Core.Presentation.Wpf.Services.NativeMethods

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
MinimizeWindow ( Process process ) : void
SetForeground ( Process process, int cmdShow = SW_SHOWNORMAL ) : void

비공개 메소드들

메소드 설명
EnumWindows ( int>.Action x, int y ) : int
GetWindowText ( IntPtr hWnd, StringBuilder lpString, int nMaxCount ) : int
GetWindowTextLength ( IntPtr hWnd ) : int
MaximizeWindow ( Process process ) : void
SetForeground ( Process processes ) : void
SetForeground ( string process ) : void
SetForegroundWindow ( IntPtr hwnd ) : bool
ShowWindow ( IntPtr hwnd, int nCmdShow ) : bool
ShowWindow ( Process process ) : void
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool

메소드 상세

MinimizeWindow() 공개 정적인 메소드

public static MinimizeWindow ( Process process ) : void
process System.Diagnostics.Process
리턴 void

SetForeground() 공개 정적인 메소드

public static SetForeground ( Process process, int cmdShow = SW_SHOWNORMAL ) : void
process System.Diagnostics.Process
cmdShow int
리턴 void