C# 클래스 IPFilter.Native.Win32Api

파일 보기 프로젝트 열기: DavidMoore/ipfilter

공개 메소드들

메소드 설명
BringToFront ( IntPtr handle ) : void

비공개 메소드들

메소드 설명
AttachThreadInput ( uint threadToBeAttached, uint threadToBeAttachedTo, bool attach ) : bool
GetCurrentThreadId ( ) : uint
GetForegroundWindow ( ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr processId ) : uint
SetFocus ( IntPtr hWnd ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool

메소드 상세

BringToFront() 공개 정적인 메소드

public static BringToFront ( IntPtr handle ) : void
handle System.IntPtr
리턴 void