C# Class Unvell.ReoScript.Editor.ReoScriptEditor

Show file Open project: jing-lu/ReoScript Class Usage Examples

Public Methods

Method Description
LoadFile ( ) : void
ReoScriptEditor ( ) : System
RunScript ( ) : void
SaveFile ( bool saveAs ) : bool
Write ( byte buf, int index, int count ) : void
Write ( object obj ) : void
WriteLine ( string line ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
ForceStop ( ) : void
GetMachineSwitches ( ) : void
InitializeComponent ( ) : void

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

Log ( string log ) : void
LogValue ( object v ) : void
NewFile ( ) : void
ResetMachine ( ) : void
SetMachineSwitches ( ) : void
UpdateFormTitle ( ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

LoadFile() public method

public LoadFile ( ) : void
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

ReoScriptEditor() public method

public ReoScriptEditor ( ) : System
return System

RunScript() public method

public RunScript ( ) : void
return void

SaveFile() public method

public SaveFile ( bool saveAs ) : bool
saveAs bool
return bool

Write() public method

public Write ( byte buf, int index, int count ) : void
buf byte
index int
count int
return void

Write() public method

public Write ( object obj ) : void
obj object
return void

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void