Random,
Oddly enough, it is possible, but it won't ALWAYS map correctly.
However, most of the time, it does.
You should check out Reflector, located at (watch for line wrap):
http://www.aisto.com/roeder/dotnet/
Basically, you can compile the IL into an assembly, then disassemble it
using this tool, and it will give you the C# source code.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Random Task said:
Can anyone tell me if it is possible to generate C# from IDL/MSIDL ...
I would love a www refence with a command example if possible
Cheers,
Random