C# Class Unvell.ReoScript.Editor.ReoScriptEditor

Afficher le fichier Open project: jing-lu/ReoScript Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

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

LoadFile() public méthode

public LoadFile ( ) : void
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

ReoScriptEditor() public méthode

public ReoScriptEditor ( ) : System
Résultat System

RunScript() public méthode

public RunScript ( ) : void
Résultat void

SaveFile() public méthode

public SaveFile ( bool saveAs ) : bool
saveAs bool
Résultat bool

Write() public méthode

public Write ( byte buf, int index, int count ) : void
buf byte
index int
count int
Résultat void

Write() public méthode

public Write ( object obj ) : void
obj object
Résultat void

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void