C# Class SidebarDiagnostics.Windows.ShowDesktop

Show file Open project: ArcadeRenegade/SidebarDiagnostics Class Usage Examples

Private Properties

Property Type Description
GetWindowClass string
WinEventHook void

Public Methods

Method Description
AddHook ( Sidebar sidebar ) : void
RemoveHook ( ) : void

Private Methods

Method Description
GetWindowClass ( IntPtr hwnd ) : string
WinEventHook ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

Method Details

AddHook() public static method

public static AddHook ( Sidebar sidebar ) : void
sidebar Sidebar
return void

RemoveHook() public static method

public static RemoveHook ( ) : void
return void