Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi ,

i have one third party dll.....

how to open the dll source code...

please refer to any links....
Posted
Comments
Dr.Walt Fair, PE 22-Aug-11 12:22pm    
Do you actually have the source or do you want to disassemble it?
GParkings 1-Sep-11 9:08am    
Relectors such as those suggested below are very useful, but remember a lot of 3rd-party DLL licenses prohibit decompiling of the DLLs (and especially re-use of the revealed source code)

You can use .NET Reflector to disassemble the dll
 
Share this answer
 
 
Share this answer
 
You can also use ILSpy[^]. Its free.
 
Share this answer
 
 
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