C# Class Unvell.ReoScript.Editor.ConsoleTextBox

Console emulator.
Inheritance: FastColoredTextBox
Afficher le fichier Open project: jing-lu/ReoScript

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnTextChanging ( string &text ) : void
ReadLine ( ) : string

Wait for line entering. Set IsReadLineMode to false for break of waiting.

WriteLine ( string text ) : void

Append line to end of text.

Method Details

OnTextChanging() public méthode

public OnTextChanging ( string &text ) : void
text string
Résultat void

ReadLine() public méthode

Wait for line entering. Set IsReadLineMode to false for break of waiting.
public ReadLine ( ) : string
Résultat string

WriteLine() public méthode

Append line to end of text.
public WriteLine ( string text ) : void
text string
Résultat void