I am just curious to know if this can be done or not. I don't plan on doing it if it dosen't pack some significant performance benefits. I am a web and game developer but I usually don't develop games in c#.
|
|
Yes, it is possible - you can use |
||
|
|
|
|
Yes, you can; Microsoft's MSIL Assembler (ilasm.exe) from the .NET SDK will compile your IL to executable code. I can't see any reason to do this, except in very focused areas, where you've found a substantial performance benefit to be gained. Here's a detailed, if dated, article describing how to do this. |
||
|
|
|
|
Or you could emit a bit of CIL from your C#. http://stackoverflow.com/questions/1269967/feeding-an-object-literal-to-ilgenerator |
||
|
|
|
|
The #Develop (Sharp Develop) IDE has a plugin for il projects. I haven't used it, so I'm not sure how much help it provides. http://www.icsharpcode.net/OpenSource/SD/ |
||
|
|
