C# 클래스 Unvell.ReoScript.Editor.ConsoleTextBox

Console emulator.
상속: FastColoredTextBox
파일 보기 프로젝트 열기: jing-lu/ReoScript

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

OnTextChanging() 공개 메소드

public OnTextChanging ( string &text ) : void
text string
리턴 void

ReadLine() 공개 메소드

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

WriteLine() 공개 메소드

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