[Mono-list] CSharp interpreter feedback, and a gift

Miguel de Icaza miguel at novell.com
Fri Jan 28 09:41:59 EST 2011


> My bad; that works. This doesn't: evaluator.Evaluate("using System;\n
> int b;") nor evaluator.Run("using System;\n int b;") I'm assuming
> because the "using System;" is not an expression?

Correct, you can not mix using statements and regular code, that is
the only limitation.


More information about the Mono-list mailing list