Hi All, I need to convert the IL to c# code. I have an assembly and I am reading this assembly. I get MethodBody from MethodInfo and the methodbody has a method GetILAsByteArraY() which returns a byte array now I want to comvert this IL to C# code. Please help me out in solving this.
|
|
|||||||||||
|
|
|
Don't reinvent the wheel; use Lutz Roeder's .NET Reflector. |
||||
|
|
|
Let's see if I manage to get it in first: .NET Reflector! This really should be a FAQ... |
||
|
|
|
|
Can't you do this with Reflector? You can load an assembly and view it as VB.net/C#/IL... |
||
|
|
|
|
You should just use .NET Reflector if you have the assembly. Also try the file gen addon. |
||
|
|
|
|
There is no tool in the BCL that will do this; however, there is a great tool called Reflector, which you can write your own add-ins for. So you could probally use this to get the data you want. |
||
|
|
|
|
Reflector does this. Perhaps you could use Reflector against Reflector and learn how it handles the problem. You might also say why you want to do this - there may be a better solution to your overall problem. |
||||
|
|
|
Either this needs to be a FAQ (get Reflector), or there is actually more to the question. |
||
|
|
|
|
Let me be the first to suggest you grab a copy of Red Gate's Reflector. |
||
|
|
