Click here to Skip to main content
15,917,709 members
Please Sign up or sign in to vote.
4.40/5 (4 votes)
See more:
Please Help Out..........

i want to covert A msil to souce code or to find out the parameters in Used In Msil............
Posted

See Link Below

Link

:)
 
Share this answer
 
If you have a dll that contains MSIL, you can use a tool like Reflector to read the source code that generates it. Of course, if you want to find out the parameters to a method in a dll, you can add a reference to it and use intellisense to work it out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900