C# Class WindowsDesktop.Interop.ComObjects.ExplorerRestartListenerWindow

Inheritance: WindowsDesktop.Internal.TransparentWindow
Afficher le fichier Open project: Grabacr07/VirtualDesktop

Méthodes publiques

Méthode Description
ExplorerRestartListenerWindow ( System.Action action ) : System
Show ( ) : void

Méthodes protégées

Méthode Description
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

ExplorerRestartListenerWindow() public méthode

public ExplorerRestartListenerWindow ( System.Action action ) : System
action System.Action
Résultat System

Show() public méthode

public Show ( ) : void
Résultat void

WndProc() protected méthode

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
Résultat System.IntPtr