C# 클래스 GuiConsoleForm

상속: Form
파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 메소드들

메소드 설명
DelayedExecute ( string line ) : void
GuiConsoleForm ( string caption, string cmdPrompt, StringHandler, h ) : System
Write ( string s ) : void

비공개 메소드들

메소드 설명
Execute ( object sender, EventArgs e ) : void

메소드 상세

DelayedExecute() 공개 메소드

public DelayedExecute ( string line ) : void
line string
리턴 void

GuiConsoleForm() 공개 메소드

public GuiConsoleForm ( string caption, string cmdPrompt, StringHandler, h ) : System
caption string
cmdPrompt string
h StringHandler,
리턴 System

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void