C# 클래스 Tsukikage.Windows.Messaging.MessageWindow

상속: System.Windows.Forms.NativeWindow, IDisposable
파일 보기 프로젝트 열기: ttsuki/ttsuki 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Close window by posting WM_CLOSE and release all resouces. WM_CLOSEを送ってウィンドウを閉じ、すべてのリソースを解放する。

MessageWindow ( ) : System

Create new message window thread. 新しいメッセージウィンドウを作る

PostMessage ( int msg, IntPtr wParam, IntPtr lParam ) : void

Post message to the window. ウィンドウにメッセージを送る

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
PostMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : bool

메소드 상세

Dispose() 공개 메소드

Close window by posting WM_CLOSE and release all resouces. WM_CLOSEを送ってウィンドウを閉じ、すべてのリソースを解放する。
public Dispose ( ) : void
리턴 void

MessageWindow() 공개 메소드

Create new message window thread. 新しいメッセージウィンドウを作る
public MessageWindow ( ) : System
리턴 System

PostMessage() 공개 메소드

Post message to the window. ウィンドウにメッセージを送る
public PostMessage ( int msg, IntPtr wParam, IntPtr lParam ) : void
msg int
wParam System.IntPtr
lParam System.IntPtr
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void