C# Class Unvell.ReoScript.Editor.ConsoleTextBox

Console emulator.
Inheritance: FastColoredTextBox
显示文件 Open project: jing-lu/ReoScript

Private Properties

Property Type Description

Public Methods

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

public OnTextChanging ( string &text ) : void
text string
return void

ReadLine() public method

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

WriteLine() public method

Append line to end of text.
public WriteLine ( string text ) : void
text string
return void