C# 클래스 CasualMeter.Core.Helpers.ProcessHelper

파일 보기 프로젝트 열기: lunyx/CasualMeter

공개 메소드들

메소드 설명
ForceVisibilityRefresh ( bool toggle = false ) : void
Initialize ( ) : void
SendString ( string s ) : bool
UpdateHotKeys ( ) : void

비공개 메소드들

메소드 설명
OnFocusedWindowChanged ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void
ProcessHelper ( ) : System

메소드 상세

ForceVisibilityRefresh() 공개 메소드

public ForceVisibilityRefresh ( bool toggle = false ) : void
toggle bool
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

SendString() 공개 메소드

public SendString ( string s ) : bool
s string
리턴 bool

UpdateHotKeys() 공개 메소드

public UpdateHotKeys ( ) : void
리턴 void