C# 클래스 Talis.XIVPlugin.Twintania.Interop.WinAPI

파일 보기 프로젝트 열기: Bio2hazard/talis.xivplugin.twintania

Private Properties

프로퍼티 타입 설명
GetForegroundWindow System.IntPtr
GetWindowLong int
GetWindowText int
SetWinEventHook System.IntPtr
SetWindowLayered void
SetWindowLong int
SetWindowTransparent void

공개 메소드들

메소드 설명
GetActiveWindowTitle ( ) : string
ToggleClickThrough ( Window window ) : void

비공개 메소드들

메소드 설명
GetForegroundWindow ( ) : IntPtr
GetWindowLong ( IntPtr hwnd, int index ) : int
GetWindowText ( IntPtr hWnd, StringBuilder text, int count ) : int
SetWinEventHook ( uint eventMin, uint eventMax, IntPtr hmodWinEventProc, WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags ) : IntPtr
SetWindowLayered ( IntPtr hwnd ) : void
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int
SetWindowTransparent ( IntPtr hwnd ) : void

메소드 상세

GetActiveWindowTitle() 공개 정적인 메소드

public static GetActiveWindowTitle ( ) : string
리턴 string

ToggleClickThrough() 공개 정적인 메소드

public static ToggleClickThrough ( Window window ) : void
window System.Windows.Window
리턴 void