EvilZone

Programming and Scripting => .NET Framework => Topic started by: 0ptik on July 25, 2011, 03:47:21 PM

Title: [C#] question...
Post by: 0ptik on July 25, 2011, 03:47:21 PM
hello,i just wanted to know, if C# is compiled or interpreted or both.


thanks in advance. :)
Title: Re: [C#] question...
Post by: Huntondoom on July 25, 2011, 03:57:06 PM
hello,i just wanted to know, if C# is compiled or interpreted or both.


thanks in advance. :)
compiled
Title: Re: [C#] question...
Post by: 0ptik on July 25, 2011, 04:01:05 PM
If it is, why there is no "Eval" function in C#?
Title: Re: [C#] question...
Post by: Stackprotector on July 25, 2011, 04:14:55 PM
http://www.codeproject.com/KB/cs/evalcscode.aspx (http://www.codeproject.com/KB/cs/evalcscode.aspx) , something like that.
Were do u need it for?
Title: Re: [C#] question...
Post by: 0ptik on July 25, 2011, 04:29:10 PM
nvm, I got it  ;D


thx.