C# Class Mono.Terminal.LineEditor.Handler

Afficher le fichier Open project: scriptcs/scriptcs

Méthodes publiques

Свойство Type Description
CKI System.ConsoleKeyInfo
KeyHandler KeyHandler

Méthodes publiques

Méthode Description
Alt ( char c, ConsoleKey k, KeyHandler h ) : Handler
Control ( char c, KeyHandler h ) : Handler
Handler ( ConsoleKey key, KeyHandler h ) : System
Handler ( ConsoleKeyInfo cki, KeyHandler h ) : System
Handler ( char c, KeyHandler h ) : System

Method Details

Alt() public static méthode

public static Alt ( char c, ConsoleKey k, KeyHandler h ) : Handler
c char
k ConsoleKey
h KeyHandler
Résultat Handler

Control() public static méthode

public static Control ( char c, KeyHandler h ) : Handler
c char
h KeyHandler
Résultat Handler

Handler() public méthode

public Handler ( ConsoleKey key, KeyHandler h ) : System
key ConsoleKey
h KeyHandler
Résultat System

Handler() public méthode

public Handler ( ConsoleKeyInfo cki, KeyHandler h ) : System
cki System.ConsoleKeyInfo
h KeyHandler
Résultat System

Handler() public méthode

public Handler ( char c, KeyHandler h ) : System
c char
h KeyHandler
Résultat System

Property Details

CKI public_oe property

public ConsoleKeyInfo,System CKI
Résultat System.ConsoleKeyInfo

KeyHandler public_oe property

public KeyHandler KeyHandler
Résultat KeyHandler