C# 클래스 LgBackLight.DeviceEventNotifier

상속: System.Windows.Forms.NativeWindow
파일 보기 프로젝트 열기: zzattack/Logitech-LCD 1 사용 예제들

공개 메소드들

메소드 설명
DeviceEventNotifier ( IntPtr windowHandle, System.Guid deviceClass ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnDeviceArrived ( string devicePath ) : void
OnDeviceRemoval ( string devicePath ) : void

메소드 상세

DeviceEventNotifier() 공개 메소드

public DeviceEventNotifier ( IntPtr windowHandle, System.Guid deviceClass ) : System
windowHandle System.IntPtr
deviceClass System.Guid
리턴 System

WndProc() 보호된 메소드

protected WndProc ( System &m ) : void
m System
리턴 void