C# Class CasualMeter.Core.Helpers.ProcessHelper

Mostrar archivo Open project: lunyx/CasualMeter

Public Methods

Method Description
ForceVisibilityRefresh ( bool toggle = false ) : void
Initialize ( ) : void
SendString ( string s ) : bool
UpdateHotKeys ( ) : void

Private Methods

Method Description
OnFocusedWindowChanged ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void
ProcessHelper ( ) : System

Method Details

ForceVisibilityRefresh() public method

public ForceVisibilityRefresh ( bool toggle = false ) : void
toggle bool
return void

Initialize() public method

public Initialize ( ) : void
return void

SendString() public method

public SendString ( string s ) : bool
s string
return bool

UpdateHotKeys() public method

public UpdateHotKeys ( ) : void
return void