C# 클래스 KeyboardJedi.Core.Services.NativeHelpers

파일 보기 프로젝트 열기: royosherove/dotnet-keyjedi 1 사용 예제들

공개 메소드들

메소드 설명
ActiveApplTitle ( ) : string
GetWindowProcessId ( IntPtr hwnd ) : int
GetforegroundWindow ( ) : IntPtr

비공개 메소드들

메소드 설명
GetForegroundWindow ( ) : IntPtr
GetWindowText ( IntPtr hwnd, string lpString, int cch ) : int
GetWindowThreadProcessId ( IntPtr hWnd, int &lpdwProcessId ) : int

메소드 상세

ActiveApplTitle() 공개 정적인 메소드

public static ActiveApplTitle ( ) : string
리턴 string

GetWindowProcessId() 공개 정적인 메소드

public static GetWindowProcessId ( IntPtr hwnd ) : int
hwnd System.IntPtr
리턴 int

GetforegroundWindow() 공개 정적인 메소드

public static GetforegroundWindow ( ) : IntPtr
리턴 System.IntPtr