C# Class WindowsDesktop.Interop.ComObjects.ExplorerRestartListenerWindow

Inheritance: WindowsDesktop.Internal.TransparentWindow
Show file Open project: Grabacr07/VirtualDesktop

Public Methods

Method Description
ExplorerRestartListenerWindow ( System.Action action ) : System
Show ( ) : void

Protected Methods

Method Description
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

ExplorerRestartListenerWindow() public method

public ExplorerRestartListenerWindow ( System.Action action ) : System
action System.Action
return System

Show() public method

public Show ( ) : void
return void

WndProc() protected method

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
return System.IntPtr