C# Class RunCSharp.RunBlock

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: ahzf/MonoCompilerAsAService Class Usage Examples

Méthodes publiques

Méthode Description
Run ( RunCSharp.Runner runner ) : bool

Executes the block using the given Runner

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

Private Methods

Méthode Description
OnPropertyChanged ( string name ) : void

Method Details

Run() public méthode

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
Résultat bool

RunBlock() public méthode

public RunBlock ( ) : System
Résultat System

RunBlock() public méthode

public RunBlock ( string inputText ) : System
inputText string
Résultat System