可能重複:
Is it possible to create/execute code in run-time in C#?在字符串中執行C#代碼?
我努力使自己的C#的外殼,所以我要執行我的用戶輸入的代碼(考慮它有沒有錯誤),所以讓我們說我有這樣的代碼:
string userCode = Console.ReadLine();
//code to execute the string?
所以我想程序執行用戶代碼 有誰知道怎麼樣?
可能重複:
Is it possible to create/execute code in run-time in C#?在字符串中執行C#代碼?
我努力使自己的C#的外殼,所以我要執行我的用戶輸入的代碼(考慮它有沒有錯誤),所以讓我們說我有這樣的代碼:
string userCode = Console.ReadLine();
//code to execute the string?
所以我想程序執行用戶代碼 有誰知道怎麼樣?
請花點時間學習如何正確設置問題的格式吧...... http://stackoverflow.com/editing-help – spender
舉個例子,你希望'yourprogram.exe ls -l'會返回一些東西與* nix命令相同? –