C# 클래스 WindowList.WinApi

파일 보기 프로젝트 열기: coderforlife/c4l-utils

공개 프로퍼티들

프로퍼티 타입 설명
ICON_BIG System.IntPtr
ICON_SMALL System.IntPtr
ICON_SMALL2 System.IntPtr
IDI_APPLICATION System.IntPtr

공개 메소드들

메소드 설명
GetClassLongPtr ( IntPtr hWnd, int nIndex ) : IntPtr
GetClassName ( IntPtr hWnd ) : String
GetModuleFileName ( IntPtr hWnd ) : String
GetWindowRect ( IntPtr hWnd ) : RECT?
GetWindowText ( IntPtr hWnd ) : String

비공개 메소드들

메소드 설명
EnumWindows ( EnumWindowsProc lpEnumFunc, IntPtr lParam ) : bool
GetClassLongPtr32 ( IntPtr hWnd, int nIndex ) : uint
GetClassLongPtr64 ( IntPtr hWnd, int nIndex ) : IntPtr
GetClassName ( IntPtr hWnd, StringBuilder lpClassName, int nMaxCount ) : int
GetParent ( IntPtr hWnd ) : IntPtr
GetWindowRect ( IntPtr hwnd, RECT &lpRect ) : bool
GetWindowText ( IntPtr hWnd, StringBuilder lpString, int nMaxCount ) : int
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
IsHungAppWindow ( IntPtr hWnd ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
LoadIcon ( IntPtr hInstance, IntPtr lpIconName ) : IntPtr
MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : bool
SendMessage ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam ) : IntPtr

메소드 상세

GetClassLongPtr() 공개 정적인 메소드

public static GetClassLongPtr ( IntPtr hWnd, int nIndex ) : IntPtr
hWnd System.IntPtr
nIndex int
리턴 System.IntPtr

GetClassName() 공개 정적인 메소드

public static GetClassName ( IntPtr hWnd ) : String
hWnd System.IntPtr
리턴 String

GetModuleFileName() 공개 정적인 메소드

public static GetModuleFileName ( IntPtr hWnd ) : String
hWnd System.IntPtr
리턴 String

GetWindowRect() 공개 정적인 메소드

public static GetWindowRect ( IntPtr hWnd ) : RECT?
hWnd System.IntPtr
리턴 RECT?

GetWindowText() 공개 정적인 메소드

public static GetWindowText ( IntPtr hWnd ) : String
hWnd System.IntPtr
리턴 String

프로퍼티 상세

ICON_BIG 공개적으로 정적으로 프로퍼티

public static IntPtr,System ICON_BIG
리턴 System.IntPtr

ICON_SMALL 공개적으로 정적으로 프로퍼티

public static IntPtr,System ICON_SMALL
리턴 System.IntPtr

ICON_SMALL2 공개적으로 정적으로 프로퍼티

public static IntPtr,System ICON_SMALL2
리턴 System.IntPtr

IDI_APPLICATION 공개적으로 정적으로 프로퍼티

public static IntPtr,System IDI_APPLICATION
리턴 System.IntPtr