C# (CSharp) Mono.CSharp Evaluator - 41 примеров найдено. Это лучшие примеры C# (CSharp) кода для Mono.CSharp.Evaluator, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Evaluator: provides an API to evaluate C# statements and expressions dynamically.
This class exposes static methods to evaluate expressions in the current program. To initialize the evaluator with a number of compiler options call the Init(string[]args) method with a set of command line options that the compiler recognizes. To interrupt execution of a statement, you can invoke the Evaluator.Interrupt method.