- statement
- A statement to execute.
True if the code was succesfully parsed.
Executes the provided statement, returns true on success, false on parsing errors. Exceptions might be thrown by the called code.
C# Example
// First setup the active using statements:
Evaluator.Run ("using System;");
Evaluator.Run ("Console.WriteLine (\"Hello, World\");