Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i extract information from dll file.which is downloaded from codeproject
Posted
Updated 29-Dec-11 22:25pm
v2

Typically CP articles have source code also, but if you cannot find that, you can for example:
- contact the author (add a message to the article)
- use ILSpy[^] to investigate the contents of the assembly
 
Share this answer
 
Comments
thatraja 30-Dec-11 9:43am    
My favorite one, 5!
Wendelius 30-Dec-11 10:24am    
Thanks :)
Uday P.Singh 1-Jan-12 12:20pm    
5ed :)
Wendelius 2-Jan-12 3:36am    
Thanks :)
use the .net refelcter[^]

Thanks
 
Share this answer
 
Comments
thatraja 30-Dec-11 9:43am    
5!
Rajesh Anuhya 30-Dec-11 11:01am    
Thanks Raja
Check
MSIL Disassembler (Ildasm.exe) [^] where The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.exe). Ildasm.exe takes a portable executable (PE) file that contains Microsoft intermediate language (MSIL) code and creates a text file suitable as input to Ilasm.exe.
and this link[^] might help you.
 
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