C# Class RunCSharp.RunBlock

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: ahzf/MonoCompilerAsAService Class Usage Examples

Public Methods

Method Description
Run ( RunCSharp.Runner runner ) : bool

Executes the block using the given Runner

RunBlock ( ) : System
RunBlock ( string inputText ) : System

Private Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

Run() public method

Executes the block using the given Runner
public Run ( RunCSharp.Runner runner ) : bool
runner RunCSharp.Runner The that will be used to run the code
return bool

RunBlock() public method

public RunBlock ( ) : System
return System

RunBlock() public method

public RunBlock ( string inputText ) : System
inputText string
return System