C# 클래스 OpenIDE.Core.Windowing.BringToForeGround

파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
ByHWnd ( IntPtr hwnd ) : void
ByProc ( string process ) : void
ByProcAndName ( string process, string title ) : void
ByProcess ( int pid ) : void

비공개 메소드들

메소드 설명
findWindow ( string process, string title ) : IntPtr
setForegroundByHwnd ( IntPtr hWnd ) : void
setForegroundByPid ( int pid ) : void

메소드 상세

ByHWnd() 공개 정적인 메소드

public static ByHWnd ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void

ByProc() 공개 정적인 메소드

public static ByProc ( string process ) : void
process string
리턴 void

ByProcAndName() 공개 정적인 메소드

public static ByProcAndName ( string process, string title ) : void
process string
title string
리턴 void

ByProcess() 공개 정적인 메소드

public static ByProcess ( int pid ) : void
pid int
리턴 void