G
Guest
Hi,
I'd like to use System.Runtime.CompilerServices with the Compact framework
because I want to execute code which is in a string like that :
int i = 0;
string action = "i = 2;";
????.Execute(action);
Console.Writeline ("La valeur de i est: " + i);
In the compact framwork, System.Runtime.CompilerServices is not supported.
Somebody knows a solution ?
Thanks.
Best Regards.
I'd like to use System.Runtime.CompilerServices with the Compact framework
because I want to execute code which is in a string like that :
int i = 0;
string action = "i = 2;";
????.Execute(action);
Console.Writeline ("La valeur de i est: " + i);
In the compact framwork, System.Runtime.CompilerServices is not supported.
Somebody knows a solution ?
Thanks.
Best Regards.