C# 클래스 WindowsDesktop.Interop.ComObjects.ExplorerRestartListenerWindow

상속: WindowsDesktop.Internal.TransparentWindow
파일 보기 프로젝트 열기: Grabacr07/VirtualDesktop

공개 메소드들

메소드 설명
ExplorerRestartListenerWindow ( System.Action action ) : System
Show ( ) : void

보호된 메소드들

메소드 설명
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

메소드 상세

ExplorerRestartListenerWindow() 공개 메소드

public ExplorerRestartListenerWindow ( System.Action action ) : System
action System.Action
리턴 System

Show() 공개 메소드

public Show ( ) : void
리턴 void

WndProc() 보호된 메소드

protected WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
리턴 System.IntPtr