C# Class Windower.Instance

Inheritance: IDisposable
Afficher le fichier Open project: Windower/Helper Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Block ( InputKinds kind ) : void
Dispose ( ) : void
Instance ( Process process ) : System
Instance ( string domain, Process process ) : System
NextCommand ( ) : string
SendString ( string text ) : void
SetKeyState ( Key key, KeyState state ) : void
Unblock ( InputKinds kind ) : void

Method Details

Block() public méthode

public Block ( InputKinds kind ) : void
kind InputKinds
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Instance() public méthode

public Instance ( Process process ) : System
process System.Diagnostics.Process
Résultat System

Instance() public méthode

public Instance ( string domain, Process process ) : System
domain string
process System.Diagnostics.Process
Résultat System

NextCommand() public méthode

public NextCommand ( ) : string
Résultat string

SendString() public méthode

public SendString ( string text ) : void
text string
Résultat void

SetKeyState() public méthode

public SetKeyState ( Key key, KeyState state ) : void
key Key
state KeyState
Résultat void

Unblock() public méthode

public Unblock ( InputKinds kind ) : void
kind InputKinds
Résultat void