C# Class CasualMeter.Core.Helpers.ProcessHelper

Afficher le fichier Open project: lunyx/CasualMeter

Méthodes publiques

Méthode Description
ForceVisibilityRefresh ( bool toggle = false ) : void
Initialize ( ) : void
SendString ( string s ) : bool
UpdateHotKeys ( ) : void

Private Methods

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

Method Details

ForceVisibilityRefresh() public méthode

public ForceVisibilityRefresh ( bool toggle = false ) : void
toggle bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

SendString() public méthode

public SendString ( string s ) : bool
s string
Résultat bool

UpdateHotKeys() public méthode

public UpdateHotKeys ( ) : void
Résultat void