C# Class Mono.Terminal.LineEditor.Handler

Mostrar archivo Open project: scriptcs/scriptcs

Public Properties

Property Type Description
CKI System.ConsoleKeyInfo
KeyHandler KeyHandler

Public Methods

Method 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 method

public static Alt ( char c, ConsoleKey k, KeyHandler h ) : Handler
c char
k ConsoleKey
h KeyHandler
return Handler

Control() public static method

public static Control ( char c, KeyHandler h ) : Handler
c char
h KeyHandler
return Handler

Handler() public method

public Handler ( ConsoleKey key, KeyHandler h ) : System
key ConsoleKey
h KeyHandler
return System

Handler() public method

public Handler ( ConsoleKeyInfo cki, KeyHandler h ) : System
cki System.ConsoleKeyInfo
h KeyHandler
return System

Handler() public method

public Handler ( char c, KeyHandler h ) : System
c char
h KeyHandler
return System

Property Details

CKI public_oe property

public ConsoleKeyInfo,System CKI
return System.ConsoleKeyInfo

KeyHandler public_oe property

public KeyHandler KeyHandler
return KeyHandler