C# 클래스 BoringHeroes.Interaction.KeyboardHook.Window

Represents the window that is used internally to get the messages.
상속: System.Windows.Forms.NativeWindow, IDisposable
파일 보기 프로젝트 열기: lances101/BoringHeroes

공개 메소드들

메소드 설명
Dispose ( ) : void
Window ( ) : System

보호된 메소드들

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

Overridden to get the notifications.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Window() 공개 메소드

public Window ( ) : System
리턴 System

WndProc() 보호된 메소드

Overridden to get the notifications.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void