C# 클래스 Pickaxe.Studio.EditControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: bitsummation/pickaxe 1 사용 예제들

공개 메소드들

메소드 설명
EditControl ( string logValue ) : System
New ( ) : string
Open ( ) : string
Run ( ) : void
Save ( ) : string
SaveAs ( ) : string
Stop ( ) : void
StopApplication ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AutoSave ( ) : void
Compile ( string source ) : void
DoInvoke ( System.Action action ) : void
InitHighlighting ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ListErrors ( string errors ) : void
OnDocumentChanged ( object sender, ICSharpCode.TextEditor.Document.DocumentEventArgs e ) : void
OnHighlight ( int line ) : void
OnIsDirtyChanged ( ) : void
OnIsRunningChanged ( ) : void
OnPreCompile ( ) : void
OnProgress ( ProgressArgs e ) : void
OnSelectResults ( RuntimeTable result ) : void
ProgramFinished ( ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EditControl() 공개 메소드

public EditControl ( string logValue ) : System
logValue string
리턴 System

New() 공개 메소드

public New ( ) : string
리턴 string

Open() 공개 메소드

public Open ( ) : string
리턴 string

Run() 공개 메소드

public Run ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : string
리턴 string

SaveAs() 공개 메소드

public SaveAs ( ) : string
리턴 string

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

StopApplication() 공개 메소드

public StopApplication ( ) : void
리턴 void